mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Fix galactica latex css
This commit is contained in:
parent
14f49bbe9a
commit
3e6a8ccdce
@ -30,6 +30,11 @@ css = """
|
|||||||
.dark svg {
|
.dark svg {
|
||||||
fill: white;
|
fill: white;
|
||||||
}
|
}
|
||||||
|
svg {
|
||||||
|
display: unset !important;
|
||||||
|
vertical-align: middle !important;
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
chat_css = """
|
chat_css = """
|
||||||
|
Loading…
Reference in New Issue
Block a user