reels-app/templates
Sebastjan Artič ce827e939a 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.
2026-04-30 11:40:59 +00:00
..
index.html Trim bar: explicit width:100% + flex-shrink:0 2026-04-30 11:40:59 +00:00