mirror of
https://github.com/Retropex/custom-ocean.xyz-dashboard.git
synced 2025-05-12 19:20:45 +02:00
Refactor footer styles and adjust container padding
- Removed margin-top from `.footer` in `common.css`, affecting spacing above the footer. - Deleted `<style>` tag for theme preloading, which may impact theme loading behavior. - Increased `padding-bottom` in `.container-fluid` from 60px to 100px in `dashboard.css` to accommodate a minimized system monitor.
This commit is contained in:
parent
dec0045244
commit
f45ce8a1e8
@ -1,14 +1,10 @@
|
|||||||
.footer {
|
.footer {
|
||||||
margin-top: 30px;
|
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
color: grey;
|
color: grey;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
border-top: 1px solid rgba(128, 128, 128, 0.2);
|
border-top: 1px solid rgba(128, 128, 128, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
</style >
|
|
||||||
<!-- Preload theme to prevent flicker -->
|
|
||||||
<style id="theme-preload" >
|
|
||||||
/* Theme-aware loading state */
|
/* Theme-aware loading state */
|
||||||
html.bitcoin-theme {
|
html.bitcoin-theme {
|
||||||
background-color: #111111;
|
background-color: #111111;
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
}
|
}
|
||||||
/* Add bottom padding to accommodate minimized system monitor */
|
/* Add bottom padding to accommodate minimized system monitor */
|
||||||
.container-fluid {
|
.container-fluid {
|
||||||
padding-bottom: 60px !important; /* Enough space for minimized monitor */
|
padding-bottom: 100px !important; /* Enough space for minimized monitor */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Add these styles to dashboard.css */
|
/* Add these styles to dashboard.css */
|
||||||
|
Loading…
Reference in New Issue
Block a user