Add app logo and favicon

This commit is contained in:
Mikei386
2026-06-22 16:20:48 +02:00
parent c00f70c03a
commit 26e1879104
5 changed files with 55 additions and 5 deletions
+15
View File
@@ -81,8 +81,23 @@ textarea {
}
.brand {
display: flex;
align-items: center;
gap: 10px;
min-width: 0;
}
.brand img {
width: 36px;
height: 36px;
flex: 0 0 auto;
border-radius: 8px;
}
.brand div {
display: grid;
gap: 2px;
min-width: 0;
}
.brand span {