Added test and small fixes

This commit is contained in:
2026-05-10 16:00:58 +02:00
parent e9ec445445
commit 31bd274824
5 changed files with 126 additions and 10 deletions
+9
View File
@@ -204,6 +204,15 @@ textarea { font-family: monospace; resize: vertical; }
padding: 0.3rem 0.8rem;
}
/* Key fingerprint */
.key-status { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.25rem; }
.key-fingerprint { font-family: monospace; font-size: 0.8rem; color: var(--muted); }
/* Connection test result */
.test-result { font-size: 0.85rem; margin-top: 0.5rem; min-height: 1.2em; }
.test-ok { color: var(--success); }
.test-fail { color: var(--error); }
/* Utilities */
.muted { color: var(--muted); }
.small { font-size: 0.8rem; }