mirror of
https://github.com/unraid/webgui.git
synced 2026-05-11 14:51:13 -05:00
style: enforce minimum width for non-responsive content
- Added a min-width of 1200px to the .Content--non-responsive class in default-base.css to prevent rewrites of complex page templates for responsive layout.
This commit is contained in:
@@ -1312,6 +1312,11 @@ a.list {
|
||||
}
|
||||
}
|
||||
|
||||
/* Necessary evil to prevent rewrites of complex page templates for responsive layout - i.e. VMedit.php */
|
||||
.Content--non-responsive {
|
||||
min-width: 1200px;
|
||||
}
|
||||
|
||||
.tabs {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user