Skip to content

Commit

Permalink
fix(toc): invalid desktop-only styling (#1502)
Browse files Browse the repository at this point in the history
* fix(toc): invalid desktop-only styling

should display none instead.

* Update toc.scss
  • Loading branch information
aarnphm authored Oct 12, 2024
1 parent 0d1f15d commit c5d97db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz/components/styles/toc.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.toc {
display: flex;
flex-direction: column;

&.desktop-only {
display: flex;
max-height: 40%;
}
}
Expand Down

0 comments on commit c5d97db

Please sign in to comment.