mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
fix: reposition ReactQueryDevtools button to middle-right
The button was blocking UI elements at the bottom-right corner. This CSS override moves it to the middle-right position while keeping the same horizontal placement, providing better UI visibility and interaction.
This commit is contained in:
@@ -246,3 +246,9 @@ html[data-theme="dark"] .shiki span {
|
||||
.animate-bounce-in {
|
||||
animation: bounce-in 0.3s ease-out;
|
||||
}
|
||||
|
||||
/* ReactQueryDevtools button - move to middle-right to avoid blocking UI */
|
||||
.tsqd-open-btn-container {
|
||||
bottom: 50% !important;
|
||||
transform: translateY(50%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user