Improve theme layout on non-flex browsers

This commit is contained in:
Cadence Ember 2023-10-03 18:54:07 +13:00
parent 33591ce0a3
commit b8ccd6cc3e
Signed by: cadence
GPG key ID: BC1C2C61CF521B17
2 changed files with 3 additions and 2 deletions

View file

@ -332,6 +332,7 @@ a.ext-audiobutton { /* see hearthstone/wiki/Diablo_(Duels_hero) */
display: flex;
}
.bw-theme__item {
display: inline-block;
display: flex;
align-items: baseline;
padding: 2px;