Add Backupper branding and author

This commit is contained in:
Mikei386
2026-06-14 13:35:36 +02:00
parent 4f76d86b9e
commit 589b37bd96
10 changed files with 27 additions and 15 deletions
+2
View File
@@ -21,6 +21,8 @@
}
.bu-header { align-items: center; display: flex; justify-content: space-between; margin: 6px 0 22px; }
.bu-brand { align-items: center; display: flex; gap: 14px; min-width: 0; }
.bu-logo { display: block; flex: 0 0 auto; height: 58px; object-fit: contain; width: 58px; }
#backupper-app .bu-header h1 { color: var(--bu-text) !important; font-size: 30px; font-weight: 700; line-height: 1.2; margin: 0; }
.bu-version { border: 1px solid var(--bu-border); border-radius: 999px; display: inline-block; font-size: 12px; font-weight: 600; padding: 2px 7px; vertical-align: middle; }
#backupper-app .bu-header p { color: var(--bu-muted) !important; font-size: 16px; margin: 5px 0 0; opacity: .78; }