From 5be81a8e31abfbf5d816d1f4adf6d60c89ebb49c Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 26 Apr 2026 22:04:08 +0000
Subject: [PATCH] =switchiing over

---
 dash.css |   32 +++++++++++++++++++++++++++++---
 1 files changed, 29 insertions(+), 3 deletions(-)

diff --git a/dash.css b/dash.css
index a8dfda5..1d58a98 100644
--- a/dash.css
+++ b/dash.css
@@ -3,10 +3,12 @@
     padding: 0!important;
 }
 .dashboard .qtoggle {
-    left: var(--btn_);
+    left: 0;
+    bottom: 0;
 }
 .dashboard > header {
     justify-content: flex-end;
+    position: fixed;
 }
 .dashboard > header img {
     width: var(--btn);
@@ -438,9 +440,29 @@
 dialog.edit[open],
 dialog.bulk-edit[open],
 dialog.create[open] {
-    height: 85vh;
-    top: 5vh;
+    height:98vh;
+    width: 98vw;
+    max-width: none;
+    max-height: none;
+    inset: 0;
+    margin: auto;
 }
+dialog > .wrap {
+    min-height: 100%;
+}
+dialog .item.upload.upload {
+    display: flex;
+    gap: 1rem;
+}
+dialog .item.upload .preview {
+    width: 40%;
+}
+dialog .item.upload .group {
+    width: 60%;
+}
+    .upload details {
+        width: 100%;
+    }
 .tab-content h2 {
     display: none;
 }
@@ -1114,4 +1136,8 @@
 }
 header .title a {
     width: var(--btn);
+}
+
+.dashboard #queue{
+    bottom:0;
 }
\ No newline at end of file

--
Gitblit v1.10.0