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/feed/style.scss |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/src/feed/style.scss b/src/feed/style.scss
index 263a663..f18c929 100644
--- a/src/feed/style.scss
+++ b/src/feed/style.scss
@@ -1088,6 +1088,9 @@
 				opacity: .8;
 			}
 		}
+		ul {
+			margin: 0;
+		}
 
 		&[data-timeline] {
 			.images {
@@ -1141,6 +1144,10 @@
 			--w: 1.5em;
 		}
 	}
+	.all-filters summary {
+		display: flex;
+		justify-content: space-between;
+	}
 }
 .all-filters {
 	font-size: var(--txt-x-small);
@@ -1215,6 +1222,25 @@
 	.view.row {
 		display: none;
 	}
+	.ordering {
+		padding: 2rem 0 .75rem 0;
+	}
+	.ordering > .row label {
+		position: unset;
+	}
+	.ordering .row {
+
+		.label {
+			top: -1rem;
+			color: rgb(var(--contrast));
+		}
+		&.orderby .label {
+			left: 0;
+		}
+		&.order-direction .label {
+			right: 0;
+		}
+	}
 }
 
 

--
Gitblit v1.10.0