Spaces:
Runtime error
Runtime error
Commit
·
e709e3b
1
Parent(s):
0a3b6eb
Update style.css
Browse files
style.css
CHANGED
@@ -114,7 +114,8 @@ height: 126px; width: 100%
|
|
114 |
#total_box{
|
115 |
background-color: rgba(0, 0, 0, 0.5);
|
116 |
backdrop-filter: blur(5px);
|
117 |
-
margin-top: -10px
|
|
|
118 |
}
|
119 |
*{transition: width 0.5s ease, height 0.5s ease, flex-grow 0.5s ease}
|
120 |
#buttons_area{margin-top: 1em}
|
@@ -127,7 +128,7 @@ height: 126px; width: 100%
|
|
127 |
display: none !important;
|
128 |
}
|
129 |
h3 a{
|
130 |
-
color: var(--body-text-color);
|
131 |
}
|
132 |
@media print{
|
133 |
body gradio-app {
|
|
|
114 |
#total_box{
|
115 |
background-color: rgba(0, 0, 0, 0.5);
|
116 |
backdrop-filter: blur(5px);
|
117 |
+
margin-top: -10px;
|
118 |
+
width: 850px
|
119 |
}
|
120 |
*{transition: width 0.5s ease, height 0.5s ease, flex-grow 0.5s ease}
|
121 |
#buttons_area{margin-top: 1em}
|
|
|
128 |
display: none !important;
|
129 |
}
|
130 |
h3 a{
|
131 |
+
color: var(--body-text-color) !important;
|
132 |
}
|
133 |
@media print{
|
134 |
body gradio-app {
|