fix: spacing between title and tags

This commit is contained in:
Antonella Sgarlatta
2021-06-03 15:35:59 -03:00
parent 4f729c7287
commit 524bcd09cb
4 changed files with 6 additions and 9 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.h-8
div.flex.items-center.justify-between.h-8
div.flex-grow(
ng-class="{'locked' : self.noteLocked}"
)