Browse Source

lazygit

main
Gregory Leeman 2 days ago
parent
commit
582a618814
  1. 5
      workflowy-helper/style.css

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

Loading…
Cancel
Save