mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-26 21:36:23 +00:00
fix(style): correctly collapse on mobile
This commit is contained in:
parent
34a8dfcd55
commit
18745a9dc6
1 changed files with 2 additions and 1 deletions
|
@ -117,7 +117,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: $tabletBreakpoint) {
|
@media all and (max-width: $tabletBreakpoint) {
|
||||||
display: block;
|
display: block !important;
|
||||||
|
|
||||||
& > *:not(#results-container) {
|
& > *:not(#results-container) {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue