From 5bb767645c45b6f6de5e6831d259e9dd7229d48c Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Fri, 06 Feb 2026 20:46:39 +0000
Subject: [PATCH] =updates

---
 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