Release v0.1.3

This commit is contained in:
2026-06-26 01:39:19 +02:00
parent 02564047e9
commit df701fddd2
29 changed files with 600 additions and 154 deletions

View File

@@ -95,7 +95,7 @@
gap: 1rem;
padding: 14px 18px;
border-bottom: 1px solid var(--line);
background: var(--bar, #f5f4f1);
background: var(--panel, #f7f6f4);
}
.dialog-title {
@@ -146,7 +146,7 @@
gap: 0.6rem;
padding: 12px 18px;
border-top: 1px solid var(--line);
background: var(--bar, #f5f4f1);
background: var(--panel, #f7f6f4);
}
.confirm-dialog {