mirror of
https://github.com/unraid/webgui.git
synced 2026-01-02 07:30:06 -06:00
fix: panels item alignment responsiveness
This commit is contained in:
@@ -1367,8 +1367,15 @@ a.list {
|
||||
gap: 1rem;
|
||||
margin-top: 2rem;
|
||||
box-sizing: border-box;
|
||||
justify-content: start;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
@media (min-width: 769px) {
|
||||
.Panels {
|
||||
justify-content: start;
|
||||
}
|
||||
}
|
||||
|
||||
.Panel {
|
||||
position: relative;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user