refactor: compose browser application runtimes

This commit is contained in:
vorotamoroz
2026-07-29 09:11:57 +00:00
parent b22c1bd777
commit 4723771ee0
65 changed files with 3918 additions and 2770 deletions
+12 -3
View File
@@ -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);
}
}