v0.3.5 avatar alignment fix

This commit is contained in:
2026-03-09 20:58:17 -04:00
parent 1e4dfe5110
commit 0f3983dc93
7 changed files with 23 additions and 13 deletions

View File

@@ -391,3 +391,11 @@ a { color: inherit; text-decoration: none; }
color: #ffffff;
background: rgba(255,255,255,0.25);
}
[data-theme="dark"] .reaction-btn {
background: var(--surface-variant);
border-color: var(--border);
}
[data-theme="dark"] .reaction-btn:hover {
background: var(--primary-light);
}