mirror of
https://github.com/Retropex/custom-ocean.xyz-dashboard.git
synced 2025-05-13 03:30:46 +02:00
Update dashboard.css
This commit is contained in:
parent
6c78264c2a
commit
111135ded6
@ -188,3 +188,12 @@
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
box-shadow: 0 0 15px rgba(247, 147, 26, 0.7);
|
box-shadow: 0 0 15px rgba(247, 147, 26, 0.7);
|
||||||
}
|
}
|
||||||
|
/* Add bottom padding to accommodate minimized system monitor */
|
||||||
|
.container-fluid {
|
||||||
|
padding-bottom: 60px !important; /* Enough space for minimized monitor */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Ensure last card has proper margin to avoid being hidden */
|
||||||
|
#payoutMiscCard {
|
||||||
|
margin-bottom: 60px;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user