fix(toc): regression (#1517)

This commit is contained in:
Emile Bangma 2024-10-16 23:44:30 +02:00 committed by GitHub
parent b3a02909ba
commit 3aa11357aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;