Spaces:
Running
on
A100
Running
on
A100
Commit
•
b94e661
1
Parent(s):
7389e23
Update custom.css
Browse files- custom.css +5 -1
custom.css
CHANGED
@@ -19,7 +19,11 @@ div#share-btn-container > div {flex-direction: row;background: black;align-items
|
|
19 |
#share-btn-container.hidden {display: none!important}
|
20 |
#extra_info{margin-top: 1em}
|
21 |
.pending .min {min-height: auto}
|
22 |
-
|
|
|
|
|
|
|
|
|
23 |
@media (max-width: 527px) {
|
24 |
#title h1{font-size: 2.2em}
|
25 |
#title img{width: 80px;}
|
|
|
19 |
#share-btn-container.hidden {display: none!important}
|
20 |
#extra_info{margin-top: 1em}
|
21 |
.pending .min {min-height: auto}
|
22 |
+
#gallery_box .form{border: 0 !important}
|
23 |
+
#order_radio{border: 0;padding-left: 0}
|
24 |
+
#order_radio .form{border:0 !important}
|
25 |
+
#order_radio [data-testid="block-info"]{float: left;margin-top: 2px;margin-right: 6px}
|
26 |
+
#order_radio label{padding: 0.25em 0.75em !important;font-size: 85% !important;}
|
27 |
@media (max-width: 527px) {
|
28 |
#title h1{font-size: 2.2em}
|
29 |
#title img{width: 80px;}
|