Aaron Pham
2024-10-12 c5d97db0003b239abaf456f4152ab3864bca4424
fix(toc): invalid desktop-only styling (#1502)

* fix(toc): invalid desktop-only styling

should display none instead.

* Update toc.scss
1 files modified
2 ■■■ changed files
quartz/components/styles/toc.scss 2 ●●● patch | view | raw | blame | history
quartz/components/styles/toc.scss
@@ -1,8 +1,8 @@
.toc {
  display: flex;
  flex-direction: column;
  &.desktop-only {
    display: flex;
    max-height: 40%;
  }
}