Explorar el Código

Fix div alignment for long strings

ye7iaserag hace 2 años
padre
commit
ec093a5af7
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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;