Added recovery keys

This commit is contained in:
Bryan1029384756
2026-02-18 09:24:53 -06:00
parent bebf0bf989
commit ce9902d95d
16 changed files with 642 additions and 44 deletions

View File

@@ -2186,7 +2186,7 @@ body {
height: 48px;
display: flex;
align-items: center;
padding: 0 16px;
padding: 0 8px;
border-bottom: 1px solid var(--app-frame-border);
flex-shrink: 0;
font-weight: 600;
@@ -2205,6 +2205,9 @@ body {
border-radius: 4px;
padding: 4px 4px;
transition: background-color 0.1s;
font-size: 16px;
line-height: 1.25;
font-weight: 600;
}
.server-header-name:hover {