Spaces:
Sleeping
Sleeping
Commit
·
5a8995f
1
Parent(s):
c7b2cd4
Update style.css
Browse files
style.css
CHANGED
|
@@ -3,10 +3,17 @@
|
|
| 3 |
margin-left: auto;
|
| 4 |
margin-right: auto;
|
| 5 |
}
|
| 6 |
-
gradio-app{
|
| 7 |
background:url("file=tFTl2R.gif") !important;
|
| 8 |
height: 100%;
|
| 9 |
width : 100%;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
}
|
| 11 |
.filenameshow{
|
| 12 |
height:110px;
|
|
|
|
| 3 |
margin-left: auto;
|
| 4 |
margin-right: auto;
|
| 5 |
}
|
| 6 |
+
/* gradio-app{
|
| 7 |
background:url("file=tFTl2R.gif") !important;
|
| 8 |
height: 100%;
|
| 9 |
width : 100%;
|
| 10 |
+
} */
|
| 11 |
+
gradio-app {
|
| 12 |
+
background: url("file=tFTl2R.gif"") !important;
|
| 13 |
+
background-size: cover;
|
| 14 |
+
background-position: center;
|
| 15 |
+
height: 100vh; /* 100% of the viewport height */
|
| 16 |
+
width: 100vw; /* 100% of the viewport width */
|
| 17 |
}
|
| 18 |
.filenameshow{
|
| 19 |
height:110px;
|