Added test and small fixes
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user