From 0910b7987477459c06fb5aa545aa005125c44199 Mon Sep 17 00:00:00 2001 From: Bigfoot Date: Tue, 9 Sep 2025 08:05:37 -0700 Subject: [PATCH] Remove emoji because it sometimes crashes sandbox upload --- Shadowdark-Unofficial/Shadowdark-Unofficial.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shadowdark-Unofficial/Shadowdark-Unofficial.css b/Shadowdark-Unofficial/Shadowdark-Unofficial.css index a04eb88176..9dc36c544a 100644 --- a/Shadowdark-Unofficial/Shadowdark-Unofficial.css +++ b/Shadowdark-Unofficial/Shadowdark-Unofficial.css @@ -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; } }