Jake Vanderwerf
2026-05-03 42c23cc62d812c29c431977934af7b0f2a24b04b
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;
}