mirror of
https://github.com/unraid/webgui.git
synced 2026-03-01 05:41:08 -06:00
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:
@@ -12,8 +12,8 @@
|
||||
}
|
||||
|
||||
div.frame {
|
||||
padding-top: 14px;
|
||||
padding-bottom: 160px;
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 5rem;
|
||||
}
|
||||
div.tile,
|
||||
i.tile {
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user