Spaces:
Running
Running
lixuejing
commited on
Commit
·
62da1e0
1
Parent(s):
55bfecd
update
Browse files
src/display/css_html_js.py
CHANGED
@@ -5,7 +5,7 @@ custom_css = """
|
|
5 |
}
|
6 |
|
7 |
#models-to-add-text {
|
8 |
-
font-size:
|
9 |
}
|
10 |
|
11 |
#citation-button span {
|
@@ -47,7 +47,7 @@ custom_css = """
|
|
47 |
}
|
48 |
|
49 |
.tab-buttons button {
|
50 |
-
font-size:
|
51 |
}
|
52 |
|
53 |
#scale-logo {
|
|
|
5 |
}
|
6 |
|
7 |
#models-to-add-text {
|
8 |
+
font-size: 14px !important;
|
9 |
}
|
10 |
|
11 |
#citation-button span {
|
|
|
47 |
}
|
48 |
|
49 |
.tab-buttons button {
|
50 |
+
font-size: 20px;
|
51 |
}
|
52 |
|
53 |
#scale-logo {
|