mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-08-27 13:57:07 +00:00
refactor: compose browser application runtimes
This commit is contained in:
@@ -31,7 +31,7 @@ body {
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
|
||||
padding: 40px;
|
||||
max-width: 700px;
|
||||
max-width: 1100px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -161,10 +161,19 @@ button:disabled {
|
||||
}
|
||||
|
||||
.empty-note.is-hidden,
|
||||
.vault-selector.is-hidden {
|
||||
.vault-selector.is-hidden,
|
||||
.p2p-control.is-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.p2p-control {
|
||||
margin-bottom: 22px;
|
||||
padding: 16px;
|
||||
border: 1px solid #e6e9f2;
|
||||
border-radius: 8px;
|
||||
background: #fbfcff;
|
||||
}
|
||||
|
||||
.info-section {
|
||||
margin-top: 20px;
|
||||
padding: 20px;
|
||||
@@ -397,4 +406,4 @@ popup {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
backdrop-filter: blur(15px);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user