mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-08-31 07:47:05 +00:00
Prepare the 1.0 compatibility review flow
This commit is contained in:
@@ -54,6 +54,14 @@
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
:global(body.is-mobile .livesync-svelte-dialog-container .dialog-host > .button-group) {
|
||||
background: var(--modal-background, var(--background-primary));
|
||||
bottom: 0;
|
||||
padding-bottom: 1px;
|
||||
position: sticky;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.dialog-host {
|
||||
padding: 20px;
|
||||
gap: 0.5em;
|
||||
|
||||
Reference in New Issue
Block a user