feat: move save method into snjs controller (#809)
* feat: move editor save method to snjs note controller
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
.section.tags {
|
||||
.section.tags,
|
||||
navigation {
|
||||
flex: none !important;
|
||||
width: 120px !important;
|
||||
transition: width 0.25s;
|
||||
}
|
||||
|
||||
.section.tags:hover {
|
||||
.section.tags:hover,
|
||||
navigation:hover {
|
||||
flex: initial;
|
||||
width: 180px !important;
|
||||
transition: width 0.25s;
|
||||
|
||||
Reference in New Issue
Block a user