styles: reduce spacing when note has no tags

This commit is contained in:
Antonella Sgarlatta
2021-06-02 19:51:13 -03:00
parent 02f3c7c26c
commit 9513392f6c
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
#editor-title-bar.section-title-bar.w-full(
ng-show='self.note && !self.note.errorDecrypting'
)
div.flex.items-start.justify-between
div.flex.items-start.justify-between.h-8
div.flex-grow(
ng-class="{'locked' : self.noteLocked}"
)