Fix icon size in burg editor.

This commit is contained in:
sofronaspe 2025-01-11 14:23:35 -05:00
parent efbca32881
commit 9ce260af29
2 changed files with 10 additions and 3 deletions

View file

@ -1618,6 +1618,13 @@ div.states > div.resourceBonus > span.icon-male {
width: 6em;
}
#burgBody .resIcon{
width: 1.5em;
height: 1.5em;
vertical-align: middle;
margin-right: 0.2em;
}
#burgBody > div > div,
#riverBody > div,
#routeBody > div,
@ -2463,4 +2470,4 @@ svg.button {
body {
background: #25252a;
}
}
}