gsavin commited on
Commit
75b79a9
·
1 Parent(s): 21fc892

fix: update styles for the constructor page

Browse files
Files changed (1) hide show
  1. src/css.py +6 -0
src/css.py CHANGED
@@ -10,6 +10,12 @@ html, body {
10
  .constructor-page {
11
  height: 100vh !important;
12
  overflow-y: auto !important;
 
 
 
 
 
 
13
  }
14
 
15
  gradio-app {
 
10
  .constructor-page {
11
  height: 100vh !important;
12
  overflow-y: auto !important;
13
+ padding-bottom: var(--size-8);
14
+ padding-right: var(--size-8);
15
+ }
16
+
17
+ .app {
18
+ padding-right: 0 !important;
19
  }
20
 
21
  gradio-app {