Skip to content

Commit 226b443

Browse files
Fix annoying (dis)appearance of the sidebar when switching between portrait and lanscape on small screens
1 parent d44c293 commit 226b443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc-tool/resources/css/sidebar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
background: linear-gradient(45deg, #2c6c8d 49%, #19aacf 51%);
115115
}
116116

117-
@media (min-width: 576px) {
117+
@media (min-width: 768px) {
118118
.sidebar { /* visible by default, hidden by toggle */
119119
width: 320px;
120120
visibility: visible;

0 commit comments

Comments
 (0)