mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-31 00:34:05 -06:00
fix(toc): invalid desktop-only styling
should display none instead.
This commit is contained in:
parent
0d1f15d37c
commit
2e6c1d46b4
@ -1,10 +1,6 @@
|
|||||||
.toc {
|
.toc {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
&.desktop-only {
|
|
||||||
display: flex;
|
|
||||||
max-height: 40%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button#toc {
|
button#toc {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user