jhj0517
commited on
Commit
·
182d369
1
Parent(s):
1be92e2
Decrease info font size
Browse files
modules/utils/constants.py
CHANGED
|
@@ -27,4 +27,8 @@ GRADIO_CSS = """
|
|
| 27 |
#md_project a:hover {
|
| 28 |
text-decoration: underline;
|
| 29 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
"""
|
|
|
|
| 27 |
#md_project a:hover {
|
| 28 |
text-decoration: underline;
|
| 29 |
}
|
| 30 |
+
|
| 31 |
+
#blink_slider .md.svelte-7ddecg.chatbot.prose {
|
| 32 |
+
font-size: 0.7em;
|
| 33 |
+
}
|
| 34 |
"""
|