From ef08f85d252993a3be608776349503902789246d Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Wed, 27 May 2026 06:44:20 +0200 Subject: [PATCH] fges --- views/scroller.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/scroller.html b/views/scroller.html index 9e733d3..329c17f 100644 --- a/views/scroller.html +++ b/views/scroller.html @@ -328,7 +328,7 @@ .scroll-oc { display: inline-flex; align-items: center; gap: 4px; padding: 2px 8px; border-radius: 4px; font-size: .67rem; font-weight: 700; background: var(--accent); color: #000; } /* ── SIDE ACTIONS z:10 ────────────────────────── */ - .scroll-actions { position: absolute; right: 10px; bottom: 40px; z-index: 10; display: flex; flex-direction: column; align-items: center; gap: 18px; } + .scroll-actions { position: absolute; right: 10px; bottom: 40px; z-index: 10; display: flex; flex-direction: column; align-items: center; gap: 18px; width: 56px; } .scroll-btn { display: flex; flex-direction: column; align-items: center; gap: 3px; cursor: pointer; text-decoration: none; color: #fff; background: none; border: none; padding: 0;