The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(toc): invalid desktop-only styling (#1502)

* fix(toc): invalid desktop-only styling

should display none instead.

* Update toc.scss

authored by

Aaron Pham and committed by
GitHub
c5d97db0 0d1f15d3

+1 -1
+1 -1
quartz/components/styles/toc.scss
··· 1 1 .toc { 2 2 display: flex; 3 3 flex-direction: column; 4 + 4 5 &.desktop-only { 5 - display: flex; 6 6 max-height: 40%; 7 7 } 8 8 }