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
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;