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 | 31 ++++++++++++++++++++++++++++---
1 files changed, 28 insertions(+), 3 deletions(-)
diff --git a/dash.css b/dash.css
index 4009476..689577e 100644
--- a/dash.css
+++ b/dash.css
@@ -8,6 +8,7 @@
}
.dashboard > header {
justify-content: flex-end;
+ position: fixed;
}
.dashboard > header img {
width: var(--btn);
@@ -59,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;
}
@@ -439,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;
}
@@ -1115,4 +1136,8 @@
}
header .title a {
width: var(--btn);
+}
+
+.dashboard #queue{
+ bottom:0;
}
\ No newline at end of file
--
Gitblit v1.10.0