Spaces:
Running
Running
fix: update styles for the constructor page
Browse files- 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 {
|