style: update padding in DashStats.css and default-base.css for improved layout

- Changed padding-top and padding-bottom in DashStats.css from fixed values to rem units for better responsiveness.
- Removed margin from div.tabs in default-base.css to enhance layout consistency.
This commit is contained in:
Zack Spear
2025-05-06 16:24:25 -07:00
parent f2e4d6fb18
commit 5c8d920269
2 changed files with 2 additions and 4 deletions

View File

@@ -12,8 +12,8 @@
}
div.frame {
padding-top: 14px;
padding-bottom: 160px;
padding-top: 1rem;
padding-bottom: 5rem;
}
div.tile,
i.tile {

View File

@@ -1172,7 +1172,6 @@ label + .content {
}
div.tabs {
position: relative;
margin: 120px 0 0 0;
}
div.tab {
float: left;
@@ -2108,7 +2107,6 @@ span#wlan0 {
}
div.tabs {
margin: 110px 20px 30px 90px;
background-color: var(--background-color);
}