mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-12-13 17:55:56 +00:00
Fixed:
- Removed waiting delay on fetching files from the database when launch. - Database had not been closed right timings. - Fixed wrong message. Improved: - Plugins and Settings sync is not compatible with Cloudant. - "Restore from file" is added on "Corrupted data".
This commit is contained in:
@@ -31,3 +31,10 @@
|
||||
.tcenter {
|
||||
text-align: center;
|
||||
}
|
||||
.sls-plugins-wrap {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
overflow: scroll;
|
||||
}
|
||||
.sls-plugins-tbl {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user