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