From 42c23cc62d812c29c431977934af7b0f2a24b04b Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 03 May 2026 22:12:18 +0000
Subject: [PATCH] =mergin conflict?

---
 dash.css |   34 ++++++++++++++++++++++++++++++----
 1 files changed, 30 insertions(+), 4 deletions(-)

diff --git a/dash.css b/dash.css
index a8dfda5..689577e 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);
@@ -58,7 +60,7 @@
 
 .replace.replace {
     grid-column: full;
-    padding: 0 var(--btn_);
+    padding: 0 var(--btn_) var(--btnbtn);
     max-width: none!important;
     margin: 0!important;
 }
@@ -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