Make record sheet weapon icons bigger

This commit is contained in:
2025-06-16 22:41:31 -07:00
parent a528a96736
commit 224aa06db5
2 changed files with 10 additions and 1 deletions

View File

@@ -191,6 +191,14 @@ polygon.firing-arc[data-allegiance="attacker"] {
vertical-align: middle;
}
.soldier-record svg.weapon-icon {
float: left;
margin: 0.5em 0.5em;
width: 30px;
height: 30px;
}
.soldier-record svg text {
fill: white;
text-anchor: middle;
@@ -202,7 +210,7 @@ polygon.firing-arc[data-allegiance="attacker"] {
.weapon-symbol :not(use[href="#counter-base"]) {
stroke: white;
stroke-width: 0.75;
stroke-width: 0.5;
fill: none;
}