소스 검색

Fix galactica latex css

oobabooga 3 년 전
부모
커밋
3e6a8ccdce
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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 = """