Allow images to be between 0..10
All checks were successful
Test and build Docker image / docker (push) Successful in 1m54s

This commit is contained in:
Joakim Hellsén 2026-05-12 20:31:12 +02:00
commit 3346994763
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
8 changed files with 496 additions and 74 deletions

View file

@ -18,6 +18,11 @@ body {
max-width: 120px;
}
.image-limit-control {
min-width: 12rem;
max-width: 28rem;
}
.screenshot-requirement {
color: #9c9c9c;
font-size: 0.9rem;
@ -65,6 +70,10 @@ body {
word-break: break-word;
}
.feed-summary-list {
padding-left: 1.15rem;
}
.sent-webhooks__entry,
.sent-webhooks__preview {
min-width: 14rem;