fix(toc): invalid desktop-only styling

should display none instead.
This commit is contained in:
Aaron Pham 2024-10-11 10:52:17 -04:00 committed by GitHub
parent 0d1f15d37c
commit 2e6c1d46b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,6 @@
.toc {
display: flex;
flex-direction: column;
&.desktop-only {
display: flex;
max-height: 40%;
}
}
button#toc {