From ce827e939ab31d041265a5d01067023f65062be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastjan=20Arti=C4=8D?= Date: Thu, 30 Apr 2026 11:40:59 +0000 Subject: [PATCH] Trim bar: explicit width:100% + flex-shrink:0 Screenshot revealed: trim bar element has only 4px width even after ResizeObserver fires. Likely the parent (.modal-content) is a flex container that shrinks the trim-bar. Force trim bar to take full width with width:100% and prevent shrinking with flex-shrink:0. --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index aa160db..ef12b47 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1030,7 +1030,7 @@ -
+