From a9b3b28d001941921aa70d37fdc87c758a163a44 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Fri, 05 Jun 2026 16:47:03 +0000
Subject: [PATCH] =Some hefty changes to FeedBlock. Transitioning to loading first page in php to save on extra requests. Got a bit to do yet, but I have to work on Northeh for a bit here.
---
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