From 0afb2c0046b55c123eafb4ab9ee77efa68d12463 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sat, 06 Jun 2026 17:15:31 +0000
Subject: [PATCH] =Starting the Favourites.js setup, converting previous Northeh stuff to new Registrar, fixing up Square.php integration to match
---
src/glossary/style.scss | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/src/glossary/style.scss b/src/glossary/style.scss
index 5b0d119..241e6ef 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,18 +27,23 @@
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),var(--op-45));
word-wrap: anywhere;
white-space: wrap;
}
a:hover,
a:focus,
a.active {
- background-color: rgba(var(--action-rgb), var(--op-6));
+ background-color: rgba(var(--action-0), var(--op-6));
color: var(--action-contrast);
}
}
@@ -57,7 +64,7 @@
outline: none;
left: -1.5rem;
padding: 0;
- color: var(--action-0);
+ color: rgb(var(--action-0));
}
.glossary dt:target + dd,
.glossary dt.active + dd {
--
Gitblit v1.10.0