Emile Bangma
2024-10-16 3aa11357aa34c1a43765f10965b1b2befa145133
fix(toc): regression (#1517)

1 files modified
8 ■■■■■ changed files
quartz/components/styles/toc.scss 8 ●●●●● patch | view | raw | blame | history
quartz/components/styles/toc.scss
@@ -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;