Add a (simple) logo

This commit is contained in:
Olaf
2026-08-24 22:01:35 +02:00
parent 95992cc466
commit 4ae184f24c
20 changed files with 136 additions and 18 deletions
+9
View File
@@ -15,6 +15,15 @@ header h1 {
font-size: 1.2rem;
}
.extension-logo {
display: block;
width: 150px;
height: 42px;
margin-bottom: 8px;
object-fit: contain;
object-position: left center;
}
label {
display: block;
margin-bottom: 12px;