The Trans Directory
0
fork

Configure Feed

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

fix(toc): regression (#1517)

authored by

Emile Bangma and committed by
GitHub
3aa11357 b3a02909

+8
+8
quartz/components/styles/toc.scss
··· 1 + @use "../../styles/variables.scss" as *; 2 + 1 3 .toc { 2 4 display: flex; 3 5 flex-direction: column; 4 6 5 7 &.desktop-only { 6 8 max-height: 40%; 9 + } 10 + } 11 + 12 + @media all and not ($mobile) { 13 + .toc { 14 + display: flex; 7 15 } 8 16 } 9 17