Use workaround for the heavy checkmark symbol in iOS
[akkoma] / lib / pleroma / web / templates / layout / app.html.eex
index 818b3404bf17a33f48d0f5862f5d0e783936eab1..98f7293bcac122a5a731428d9fffac1c67e9c681 100644 (file)
@@ -89,7 +89,7 @@
 
       .scope:before {
         color: #b9b9ba;
-        content: "✔";
+        content: "✔\fe0e";
         margin-left: 1em;
         margin-right: 1em;
       }
 
         .scope:first-child:before {
           margin-left: 1em;
-          content: "✔";
+          content: "✔\fe0e";
         }
 
         .scope:after {