diff --git a/extensions/gallery/script.py b/extensions/gallery/script.py index 1954e3d0..15d740ca 100644 --- a/extensions/gallery/script.py +++ b/extensions/gallery/script.py @@ -18,6 +18,10 @@ def generate_css(): display: none !important; } + .character-gallery button.gallery-item { + display: contents; + } + .character-container { cursor: pointer; text-align: center;