From d4dd4ccfdceaaff4e5cb409a96b3c802d762d8d8 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sat, 14 Feb 2026 19:16:38 +0000
Subject: [PATCH] =minor changes to css, mainly the item-grid in the feedblock extending past the body width
---
dash.css | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/dash.css b/dash.css
index 4009476..f6501f1 100644
--- a/dash.css
+++ b/dash.css
@@ -1115,4 +1115,8 @@
}
header .title a {
width: var(--btn);
+}
+
+.dashboard #queue{
+ bottom:0;
}
\ No newline at end of file
--
Gitblit v1.10.0