mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-02-18 10:08:48 +00:00
Fixed boot issue and Improved deletion
- fixed bootup delay when vault contains many files. - status bar improvement. - add new feature, using trash when file has been delete in remote.
This commit is contained in:
10
styles.css
10
styles.css
@@ -19,7 +19,11 @@
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
.op-warn {
|
||||
border:1px solid salmon;
|
||||
padding:2px;
|
||||
border: 1px solid salmon;
|
||||
padding: 2px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
.syncstatusbar {
|
||||
-webkit-filter: grayscale(100%);
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user