fix(web): timeline and asset viewer RTL support (#26513)

This commit is contained in:
Mees Frensel
2026-03-03 09:01:54 +01:00
committed by GitHub
parent 05010c3a84
commit a284e38890
8 changed files with 18 additions and 15 deletions
@@ -617,7 +617,7 @@
<section
id="asset-grid"
class={['scrollbar-hidden h-full overflow-y-auto outline-none', { 'm-0': isEmpty }, { 'ms-0': !isEmpty }]}
style:margin-right={(usingMobileDevice ? 0 : scrubberWidth) + 'px'}
style:margin-inline-end={(usingMobileDevice ? 0 : scrubberWidth) + 'px'}
tabindex="-1"
bind:clientHeight={timelineManager.viewportHeight}
bind:clientWidth={timelineManager.viewportWidth}