Browse Source

Fix galactica latex css

oobabooga 3 years ago
parent
commit
3e6a8ccdce
1 changed files with 5 additions and 0 deletions
  1. 5 0
      modules/ui.py

+ 5 - 0
modules/ui.py

@@ -30,6 +30,11 @@ css = """
 .dark svg {
   fill: white;
 }
+svg {
+  display: unset !important;
+  vertical-align: middle !important;
+  margin: 5px;
+}
 """
 
 chat_css = """