Remove emoji because it sometimes crashes sandbox upload

This commit is contained in:
Bigfoot
2025-09-09 08:05:37 -07:00
committed by GitHub
parent 54ca2ad1ac
commit 0910b79874
@@ -1355,7 +1355,7 @@ input[type=checkbox].atk-fixed:checked {
/* mobile app struggles with dicefont, use emoji dice for now instead until I get images in place */
.charsheet .sheet-sd .sd-core-stat button[type=roll]::after {
font-family: Arial;
content: "🎲";
display: none;
}
}