mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-21 19:16:23 +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 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
&.desktop-only {
|
||||
display: flex;
|
||||
max-height: 40%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue