mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 17:49:58 -06:00
style: update media query breakpoint for improved layout
- Changed media query breakpoint from 1281px to 1921px to enhance layout responsiveness for larger screens.
This commit is contained in:
@@ -582,7 +582,7 @@ div.title.shift {
|
||||
max-width: 1920px;
|
||||
}
|
||||
|
||||
@media (min-width: 1281px) {
|
||||
@media (min-width: 1921px) {
|
||||
.Theme--nav-top.Theme--width-unlimited #displaybox {
|
||||
padding: 0 2rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user