feat: make tags container expandable

This commit is contained in:
Antonella Sgarlatta
2021-05-27 21:17:39 -03:00
parent 48562e8b26
commit 7ac5856205
4 changed files with 136 additions and 30 deletions

View File

@@ -24,7 +24,7 @@
ng-if="self.showLockedIcon"
)
| {{self.lockText}}
#editor-title-bar.section-title-bar.flex.items-center.justify-between.w-full(
#editor-title-bar.section-title-bar.flex.items-start.justify-between.w-full(
ng-show='self.note && !self.note.errorDecrypting'
)
div.flex-grow(
@@ -41,11 +41,10 @@
select-on-focus='true',
spellcheck='false'
)
.editor-tags
note-tags(
application='self.application'
app-state='self.appState'
)
note-tags(
application='self.application'
app-state='self.appState'
)
div.flex.items-center
#save-status
.message(