mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-06-21 16:24:36 +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:
@ -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%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user