mirror of
https://github.com/plexguide/Huntarr-Sonarr.git
synced 2025-12-16 20:04:16 -06:00
update
This commit is contained in:
@@ -622,11 +622,16 @@
|
||||
|
||||
/* Mobile view optimization */
|
||||
@media (max-width: 768px) {
|
||||
.sidebar:not([style*="display: none"]):not([style*="display:none"]) {
|
||||
.sidebar {
|
||||
width: 70px !important;
|
||||
overflow-x: hidden !important;
|
||||
}
|
||||
|
||||
/* Ensure hidden sidebars stay hidden even in mobile */
|
||||
.sidebar[style*="display: none"] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Adjust vertical color lines on mobile */
|
||||
.sidebar::before,
|
||||
.sidebar::after {
|
||||
|
||||
Reference in New Issue
Block a user