From 16b70202bdce33a1e28a1ba9ac196f679e37a893 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sat, 12 Oct 2024 16:16:37 +0200 Subject: [PATCH] style.css: add diceroll styling --- stylesheets/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index b96755e8..5d8cb2d4 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1486,6 +1486,12 @@ li.mix { display: inline-block; } +/* Dice roll support */ +.inline-dice { + width: 1em; + height: 1em; +} + /* Mona Font */ .aa { font-family: Mona, "MS PGothic", "MS Pゴシック", sans-serif;