francescoKrnl commited on
Commit
54d7710
1 Parent(s): a90d1b3

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +4 -1
style.css CHANGED
@@ -3,6 +3,9 @@
3
  padding: 0;
4
  box-sizing: border-box;
5
  font-family: "PP Neue Montreal", sans-serif;
 
 
 
6
  }
7
  gradio-app {
8
  /* background-color: #121212 !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: calc(100vh - 30px);
21
  }
22
  body > gradio-app > div > div > div > div.contain{
23
  display: flex;
 
3
  padding: 0;
4
  box-sizing: border-box;
5
  font-family: "PP Neue Montreal", sans-serif;
6
+ -webkit-user-select: none; /* Safari */
7
+ -ms-user-select: none; /* IE 10 and IE 11 */
8
+ user-select: none; /* Standard syntax */
9
  }
10
  gradio-app {
11
  /* background-color: #121212 !important;
 
20
  rgba(26, 43, 41, 1) 90%,
21
  rgba(26, 43, 41, 1) 100%
22
  ) !important;
23
+ height: calc(100dvh - 30px);
24
  }
25
  body > gradio-app > div > div > div > div.contain{
26
  display: flex;