Procházet zdrojové kódy

Fix div alignment for long strings

ye7iaserag před 2 roky
rodič
revize
ec093a5af7
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      extensions/gallery/script.py

+ 4 - 0
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;