only display inline toolbar where there's some selection (#59582)

This commit is contained in:
Frédéric Péters 2021-12-11 14:00:47 +01:00
parent b7102c15ce
commit 91adbed86b
1 changed files with 1 additions and 2 deletions

3
dist/css/godo.css vendored
View File

@ -48,10 +48,9 @@
position: fixed;
top: 0;
left: 0;
transition: all 100ms 500ms ease;
}
.godo-marks-menu.fade {
opacity: 0.3;
display: none;
}
.godo-marks-menu > .menuicons {
padding-top: 14px;