From 02fbae7c4f5037351c45bcb30d7b5b662578d5fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastjan=20Arti=C4=8D?= Date: Thu, 30 Apr 2026 13:57:09 +0000 Subject: [PATCH] Edit: triangles INSIDE trim bar (overflow:hidden was clipping them) Bug: triangles positioned at top:-14px were outside trim bar bounds. Trim bar has overflow:hidden, so triangles were clipped (invisible). Fix: top:0 (inside trim bar, at the very top edge). Triangle 14px tall now sits at top of trim bar (overlapping waveform slightly but visible, with drop-shadow to make them stand out). --- templates/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/index.html b/templates/index.html index 798bdad..8367872 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1085,13 +1085,13 @@
- -
+ +
- -
+ +