francescoKrnl commited on
Commit
546ef82
·
verified ·
1 Parent(s): 1fa4fc2

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +4 -1
style.css CHANGED
@@ -4,6 +4,9 @@
4
  box-sizing: border-box;
5
  font-family: "PP Neue Montreal", sans-serif;
6
  }
 
 
 
7
  gradio-app {
8
  /* background-color: #121212 !important;
9
  background-image: url("file=assets/bg.png") !important;
@@ -17,7 +20,7 @@ gradio-app {
17
  rgba(26, 43, 41, 1) 90%,
18
  rgba(26, 43, 41, 1) 100%
19
  ) !important;
20
- height: 100vh;
21
  }
22
  body > gradio-app > div > div > div > div.contain{
23
  display: flex;
 
4
  box-sizing: border-box;
5
  font-family: "PP Neue Montreal", sans-serif;
6
  }
7
+ body:{
8
+ height:100svh !important;
9
+ }
10
  gradio-app {
11
  /* background-color: #121212 !important;
12
  background-image: url("file=assets/bg.png") !important;
 
20
  rgba(26, 43, 41, 1) 90%,
21
  rgba(26, 43, 41, 1) 100%
22
  ) !important;
23
+ height: 100svh;
24
  }
25
  body > gradio-app > div > div > div > div.contain{
26
  display: flex;