mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 03:26:22 +00:00
fix(toc): invalid desktop-only styling (#1502)
* fix(toc): invalid desktop-only styling should display none instead. * Update toc.scss
This commit is contained in:
parent
0d1f15d37c
commit
c5d97db000
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
||||||
.toc {
|
.toc {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
&.desktop-only {
|
&.desktop-only {
|
||||||
display: flex;
|
|
||||||
max-height: 40%;
|
max-height: 40%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue