Browse Source

Fix: admin theme dropdown emoji alignment

pull/6459/head
Joep Duin 3 weeks ago
parent
commit
58c72e6981
  1. 7
      src/static/scripts/admin.css

7
src/static/scripts/admin.css

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

Loading…
Cancel
Save