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 | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/dash.css b/dash.css
index a8dfda5..f6501f1 100644
--- a/dash.css
+++ b/dash.css
@@ -3,7 +3,8 @@
padding: 0!important;
}
.dashboard .qtoggle {
- left: var(--btn_);
+ left: 0;
+ bottom: 0;
}
.dashboard > header {
justify-content: flex-end;
@@ -1114,4 +1115,8 @@
}
header .title a {
width: var(--btn);
+}
+
+.dashboard #queue{
+ bottom:0;
}
\ No newline at end of file
--
Gitblit v1.10.0