Fix: Foto-Editor — Prozent-Offsets (Position-Bug), Long-press, Stift-Icon

This commit is contained in:
rene 2026-04-17 23:06:24 +02:00
parent 913cebcba1
commit 4f12c8e6a4
4 changed files with 16 additions and 9 deletions

View file

@ -4616,6 +4616,8 @@ textarea.form-control {
pointer-events: all;
user-select: none;
-webkit-user-drag: none;
-webkit-touch-callout: none;
touch-action: none;
}
.photo-editor-empty { font-size: 5rem; color: var(--c-text-secondary); }
.photo-editor-controls { width: 100%; }