mirror of
https://github.com/pi-hole/web.git
synced 2026-02-26 04:33:50 +00:00
Do not use 3 columns when boxed layout is used (#3722)
This commit is contained in:
@@ -1236,8 +1236,8 @@ table.dataTable tbody > tr > .selected {
|
||||
}
|
||||
|
||||
@media screen and (min-width: 2250px) {
|
||||
/* show 3 columns in larger screens */
|
||||
.settings-container {
|
||||
/* show 3 columns in larger screens, expect when using boxed layout */
|
||||
body:not(.layout-boxed) .settings-container {
|
||||
--columns: 3;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user