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 | 25 +++++++++++++++++++++++--
1 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/dash.css b/dash.css
index 611fab8..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);
@@ -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;
}
--
Gitblit v1.10.0