Skip to content

Commit 3c2a3d4

Browse files
committed
Fix mobile menu
1 parent dc682ef commit 3c2a3d4

File tree

1 file changed

+10
-1
lines changed
  • ux.symfony.com/assets/styles/sections

1 file changed

+10
-1
lines changed

ux.symfony.com/assets/styles/sections/_nav.scss

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@
107107
}
108108
}
109109

110-
111110
.AppNav_badge {
112111
position: absolute;
113112
color: lightskyblue;
@@ -122,4 +121,14 @@
122121
height: 1rem;
123122
line-height: normal;
124123
}
124+
@media (max-width: 859px) {
125+
.AppNav_badge {
126+
display: none;
127+
}
128+
}
125129

130+
@media (max-width: 360px) {
131+
.ThemeSwitcher + .AppNav_item {
132+
display: none;
133+
}
134+
}

0 commit comments

Comments
 (0)