notes: clean up note visibility toggling.

This commit is contained in:
evazion
2020-03-26 00:09:31 -05:00
parent 1af6850c7c
commit 269c20d6ee
2 changed files with 6 additions and 9 deletions

View File

@@ -2,6 +2,10 @@
display: inline-block;
position: relative;
&.hide-notes .note-box {
visibility: hidden;
}
div.note-body {
position: absolute;
border: var(--note-body-border);