chore(deps): bump @standarndotes packages (#916)

* chore(deps): bump @standarndotes packages

* chore: bundle

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
This commit is contained in:
Johnny A
2022-03-08 11:47:19 -08:00
committed by GitHub
parent 5d49352f93
commit 5ceba79e15
6 changed files with 53 additions and 59 deletions

View File

@@ -2,7 +2,7 @@
.section.tags,
navigation {
flex: none !important;
width: 120px !important;
width: 190px !important;
transition: width 0.25s;
}
@@ -10,21 +10,21 @@ navigation {
.section.tags:hover,
navigation:hover {
flex: initial;
width: 180px !important;
width: 250px !important;
transition: width 0.25s;
}
.section.notes,
notes-view {
flex: none !important;
width: 200px !important;
width: 270px !important;
transition: width 0.25s;
}
.section.notes:hover,
notes-view:hover {
flex: initial;
width: 350px !important;
width: 420px !important;
transition: width 0.25s;
}