From 3d0ba320708420e53f090642aae23d29d5a502be Mon Sep 17 00:00:00 2001
From: Simon Späti <simon@ssp.sh>
Date: Sun, 13 Oct 2024 17:42:29 +0000
Subject: [PATCH] docs: Update Name and URL of Simon's SB and adding DE Vault (#1507)
---
quartz/components/styles/toc.scss | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/quartz/components/styles/toc.scss b/quartz/components/styles/toc.scss
index 512b01d..5c5f5b8 100644
--- a/quartz/components/styles/toc.scss
+++ b/quartz/components/styles/toc.scss
@@ -1,8 +1,8 @@
.toc {
display: flex;
flex-direction: column;
+
&.desktop-only {
- display: flex;
max-height: 40%;
}
}
@@ -74,6 +74,7 @@
}
> ul.overflow {
max-height: none;
+ width: 100%;
}
@for $i from 0 through 6 {
--
Gitblit v1.10.0