Spaces:
Runtime error
Runtime error
Commit
·
81e8150
1
Parent(s):
c624994
Update style.css
Browse files
style.css
CHANGED
@@ -41,7 +41,7 @@ input[type='range'] {
|
|
41 |
padding-top: 1.5rem;
|
42 |
}
|
43 |
|
44 |
-
background-image: url("https://i.imgur.com/gqXjjP0.jpg")
|
45 |
|
46 |
.gr-button:focus {
|
47 |
border-color: rgb(147 197 253 / var(--tw-border-opacity));
|
@@ -126,6 +126,14 @@ height: 126px; width: 100%
|
|
126 |
display: none !important;
|
127 |
}
|
128 |
@media print{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
#input_image, #output_image{height: 356px !important}
|
130 |
#buttons_area{display: none !important}
|
131 |
h3{display: none !important}
|
|
|
41 |
padding-top: 1.5rem;
|
42 |
}
|
43 |
|
44 |
+
/*background-image: url("https://i.imgur.com/gqXjjP0.jpg");*/
|
45 |
|
46 |
.gr-button:focus {
|
47 |
border-color: rgb(147 197 253 / var(--tw-border-opacity));
|
|
|
126 |
display: none !important;
|
127 |
}
|
128 |
@media print{
|
129 |
+
body gradio-app {
|
130 |
+
background-color: #000305 !important;
|
131 |
+
background-image: url(https://i.imgur.com/gqXjjP0.jpg) !important;
|
132 |
+
}
|
133 |
+
@page {
|
134 |
+
size: landscape;
|
135 |
+
margin: 0 !important;
|
136 |
+
}
|
137 |
#input_image, #output_image{height: 356px !important}
|
138 |
#buttons_area{display: none !important}
|
139 |
h3{display: none !important}
|