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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user