Fix(toc): regression

This commit is contained in:
saberzero1 2024-10-14 14:18:32 +02:00
parent 1dc208356a
commit 81e24a0caf
No known key found for this signature in database
GPG Key ID: 41AEE99107640F10

View File

@ -1,3 +1,5 @@
@use "../../styles/variables.scss" as *;
.toc {
display: flex;
flex-direction: column;
@ -7,6 +9,12 @@
}
}
@media all and not ($mobile) {
.toc {
display: flex;
}
}
button#toc {
background-color: transparent;
border: none;