From ea42e7595b3ccf3adff0b645557438e2b4c09418 Mon Sep 17 00:00:00 2001 From: Tienson Qin Date: Fri, 13 Feb 2026 02:33:29 +0800 Subject: [PATCH] fix: collapse button should be aligned right on mobile --- src/main/frontend/components/theme.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/frontend/components/theme.css b/src/main/frontend/components/theme.css index 55269088f4..4fd44c90e4 100644 --- a/src/main/frontend/components/theme.css +++ b/src/main/frontend/components/theme.css @@ -106,12 +106,13 @@ main.ls-fold-button-on-right { .page-blocks-inner { margin-left: 0 !important; } + } - .block-control-wrap { + .block-control-wrap { /* hack for toggling enable-opts */ height: 23px; background: transparent; - } + position: static; } .block-main-container {