Fix: admin theme dropdown emoji alignment

This commit is contained in:
Joep Duin 2025-11-11 18:45:11 +00:00
parent f9751a0a1d
commit 58c72e6981

View File

@ -58,3 +58,10 @@ img {
.abbr-badge {
cursor: help;
}
.theme-icon,
.theme-icon-active {
display: inline-flex;
flex: 0 0 1.75em;
justify-content: center;
}