+Image upload

This commit is contained in:
Simon Martens
2026-01-21 21:43:02 +01:00
parent 1aa24b97cc
commit 52d7b3b938
7 changed files with 865 additions and 531 deletions

View File

@@ -82,6 +82,24 @@
display: none !important;
}
.content-image-pending .content-image-pending-button::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: repeating-linear-gradient(-45deg, transparent, transparent 6px, rgba(220, 38, 38, 0.35) 6px, rgba(220, 38, 38, 0.35) 10px);
border-radius: 0.25rem;
pointer-events: none;
z-index: 2;
}
.content-image-pending .content-image-pending-button > * {
position: relative;
z-index: 1;
}
* {
@apply normal-nums;
}