diff --git a/workflowy-helper/style.css b/workflowy-helper/style.css index 0980bc4..5208683 100644 --- a/workflowy-helper/style.css +++ b/workflowy-helper/style.css @@ -812,11 +812,17 @@ body::-webkit-scrollbar { left: -20px !important; } -.boardColumn > .name > .bullet.bullet { +.is-desktop .boardColumn > .name > .bullet.bullet { top: 7px !important; right: -25px !important; } +.is-mobile .boardColumn > .name > .bullet.bullet { + top: 4px !important; + right: 4px !important; + left: auto !important; +} + .boardColumn > .name .itemMenu.menu { top: 5px !important; right: -30px !important;