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; }