ui: add logo and favicon

This commit is contained in:
2025-12-30 13:40:11 +01:00
parent 725b67d734
commit 044203e332
8 changed files with 54 additions and 2 deletions

View File

@ -177,6 +177,8 @@ header p {
display: flex;
align-items: center;
gap: 12px;
flex-direction: column;
align-items: flex-start;
}
.header-main i {
@ -184,6 +186,12 @@ header p {
height: 32px;
}
.header-logo {
height: 34px;
width: auto;
display: block;
}
.header-meta {
display: flex;
flex-direction: column;