Browse Source

lazygit

main
Gregory Leeman 2 days ago
parent
commit
f007cbd655
  1. 8
      workflowy-helper/style.css

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

Loading…
Cancel
Save