From fff721dd185f5b97f7ae7a6e64189e55887ff590 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 05 Jul 2026 18:36:57 +0000
Subject: [PATCH] =Cleaning up the Square integration (still a bit more to do yet). Also majorly overhauled /rest/ files to ignore a rest request 'user' paramater, and rely on get_current_user_id() instead.
---
src/summary/style.scss | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/summary/style.scss b/src/summary/style.scss
index e4a7284..557a9e8 100644
--- a/src/summary/style.scss
+++ b/src/summary/style.scss
@@ -11,10 +11,16 @@
}
header + details {
- margin: 1.5rem var(--mr) 3rem var(--ml)!important;
- max-width: var(--alignMed);
+ 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