show version number on top

This commit is contained in:
2026-05-16 03:03:29 +02:00
parent 2461cf3d64
commit 3ba993277b
4 changed files with 35 additions and 6 deletions

View File

@@ -179,3 +179,22 @@ button.secondary {
border: none;
border-top: 1px solid #e5e7eb;
}
.app-header-content {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
}
.app-version {
flex: 0 0 auto;
border-radius: 999px;
background: #374151;
color: #d1d5db;
padding: 0.4rem 0.7rem;
font-size: 0.85rem;
font-weight: 500;
line-height: 1;
white-space: nowrap;
}