feat: add Gotify Commander project + fix chat avatar + bold footer

- New project: Gotify Commander — bidirectional Gotify plugin (Go)
- Fix chat avatar: properly cropped square thumbnail (was squished)
- Footer text: bold + white + text-shadow for readability over bg photos
This commit is contained in:
juanatsap
2026-04-26 23:46:40 +01:00
parent 6204ffdd6c
commit bc29ca4a05
5 changed files with 58 additions and 0 deletions
+1
View File
@@ -453,6 +453,7 @@ footer {
padding: 2rem;
color: rgba(255,255,255,0.95);
font-size: 0.85rem;
font-weight: 700;
text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
+1
View File
@@ -150,6 +150,7 @@ footer {
padding: 2rem;
color: rgba(255,255,255,0.95);
font-size: 0.85rem;
font-weight: 700;
text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB