From 582a618814a6aff312d97659c3de0558c543bcea Mon Sep 17 00:00:00 2001 From: Gregory Leeman Date: Sun, 6 Jul 2025 18:08:54 +0100 Subject: [PATCH] lazygit --- workflowy-helper/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/workflowy-helper/style.css b/workflowy-helper/style.css index 825aba2..0980bc4 100644 --- a/workflowy-helper/style.css +++ b/workflowy-helper/style.css @@ -743,6 +743,11 @@ body::-webkit-scrollbar { top: 3px !important; } +.is-mobile .boardCard > .name > .bullet > .zoomBulletIcon { + display: initial !important; + transform: translate(-24px, 0px) +} + .is-mobile .boardCard > .name > .bullet > .zoomChevronIcon { display: none !important; }