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/summary/style.scss | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/src/summary/style.scss b/src/summary/style.scss
new file mode 100644
index 0000000..557a9e8
--- /dev/null
+++ b/src/summary/style.scss
@@ -0,0 +1,26 @@
+details > div {
+ margin: 1rem 0;
+}
+
+main > header:not(:has(img)) {
+ margin-top: 3rem!important;
+}
+
+header a::before {
+ display: none!important;
+}
+
+header + details {
+ margin: 1.5rem auto 3rem!important;
+ max-width: var(--wide);
+}
+
+main {
+ padding-top: 0!important;
+}
+
+ul.summary .term-list {
+ padding-left: 0;
+ display: flex;
+ flex-wrap: nowrap;
+}
--
Gitblit v1.10.0