mirror of
https://github.com/unraid/webgui.git
synced 2026-05-08 05:12:14 -05: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:
@@ -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