From ac444cba221832c012c0435fdc8339fe9f37febb Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Mon, 11 May 2026 18:35:04 +0000
Subject: [PATCH] =Some changes to the CRUD.js editing, timeline post configuration

---
 src/glossary/style.scss |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/glossary/style.scss b/src/glossary/style.scss
index 5b0d119..a367991 100644
--- a/src/glossary/style.scss
+++ b/src/glossary/style.scss
@@ -4,12 +4,13 @@
 		--navWidth: 22vw;
 	}
 }
+
 nav.glossary-index {
 	position: fixed;
 	top: 50%;
 	transform: translateY(-50%);
 	width: var(--navWidth);
-	right: 0;
+	right: -8px;
 	height: 60vh;
 	z-index: var(--z-3);
 
@@ -17,6 +18,7 @@
 		--dir: column;
 		--align: flex-start;
 		--justify: flex-start;
+		--gap: 1px;
 		touch-action: pan-y;
 		max-height: 100%;
 		height: 100%;
@@ -25,11 +27,16 @@
 		scroll-behavior: smooth;
 	}
 	li, a {
+		flex: 1;
 		width: 100%;
+		height: max-content;
+		min-height: max(var(--chipchip), max-content);
 	}
 	a {
 		--justify: center;
-		background-color: rgba(var(--base-rgb),var(--op-6));
+		padding: .25rem .5rem;
+		hyphens: auto;
+		background-color: rgba(var(--base-rgb),var(--op-45));
 		word-wrap: anywhere;
 		white-space: wrap;
 	}

--
Gitblit v1.10.0