mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-01-29 16:37:13 +00:00
### Fixed
- CORS Checking messages now use replacements. - Configuring CORS setting via the UI now respects the existing rules. - Now startup-checking works correctly again, performs migration check serially and then it will also fix starting LiveSync or start-up sync. (#696) - Statusline in editor now supported 'Bases'.
This commit is contained in:
13
styles.css
13
styles.css
@@ -385,6 +385,18 @@ span.ls-mark-cr::after {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
div.workspace-leaf-content[data-type=bases] .livesync-status {
|
||||
top: calc(var(--bases-header-height) + var(--header-height));
|
||||
padding: 5px;
|
||||
padding-right:18px;
|
||||
}
|
||||
|
||||
.is-mobile div.workspace-leaf-content[data-type=bases] .livesync-status {
|
||||
top: calc(var(--bases-header-height) + var(--view-header-height));
|
||||
padding: 6px;
|
||||
padding-right:18px;
|
||||
}
|
||||
|
||||
.livesync-status div {
|
||||
opacity: 0.6;
|
||||
-webkit-filter: grayscale(100%);
|
||||
@@ -405,6 +417,7 @@ span.ls-mark-cr::after {
|
||||
filter: unset;
|
||||
}
|
||||
|
||||
|
||||
.menu-setting-poweruser-disabled .sls-setting-poweruser {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user