mirror of
https://github.com/unraid/webgui.git
synced 2026-01-05 09:10:07 -06:00
refactor: update .shade class in default-base.css to use rem units for margin and padding, enhancing consistency and maintainability
This commit is contained in:
@@ -1508,8 +1508,8 @@ span#wlan0 {
|
||||
}
|
||||
|
||||
.shade {
|
||||
margin-top: 10px;
|
||||
padding: 8px 0 3px 0;
|
||||
margin-top: 1rem;
|
||||
padding: 1rem 0;
|
||||
background-color: var(--shade-bg-color);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user