mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 09:39:58 -06:00
fix: reduce gap in .Panels for improved layout consistency
- Decreased the gap property in .Panels from '2rem' to '1rem' to enhance alignment and spacing. - This change continues the effort to improve visual consistency across the plugin.
This commit is contained in:
@@ -1375,7 +1375,7 @@ a.list {
|
||||
.Panels {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(120px, 120px));
|
||||
gap: 2rem;
|
||||
gap: 1rem;
|
||||
margin-top: 2rem;
|
||||
box-sizing: border-box;
|
||||
justify-content: start;
|
||||
|
||||
Reference in New Issue
Block a user