Spaces:
Sleeping
Sleeping
francescoKrnl
commited on
Commit
•
c732fa2
1
Parent(s):
9ee1665
Update style.css
Browse files
style.css
CHANGED
@@ -9,7 +9,11 @@ gradio-app {
|
|
9 |
background-image: url("file=assets/bg.png") !important;
|
10 |
background-size: cover !important;
|
11 |
}
|
|
|
|
|
|
|
12 |
#component-0 {
|
|
|
13 |
padding: 5% 5% 0% 5%;
|
14 |
display: flex;
|
15 |
flex-direction: column;
|
@@ -27,6 +31,7 @@ gradio-app {
|
|
27 |
|
28 |
#board_row {
|
29 |
display: flex;
|
|
|
30 |
align-items: center;
|
31 |
justify-content: space-evenly;
|
32 |
}
|
|
|
9 |
background-image: url("file=assets/bg.png") !important;
|
10 |
background-size: cover !important;
|
11 |
}
|
12 |
+
body > gradio-app > div > div > div > div.contain{
|
13 |
+
display: flex;
|
14 |
+
}
|
15 |
#component-0 {
|
16 |
+
width: 100%;
|
17 |
padding: 5% 5% 0% 5%;
|
18 |
display: flex;
|
19 |
flex-direction: column;
|
|
|
31 |
|
32 |
#board_row {
|
33 |
display: flex;
|
34 |
+
flex-grow:1;
|
35 |
align-items: center;
|
36 |
justify-content: space-evenly;
|
37 |
}
|