Spaces:
Sleeping
Sleeping
francescoKrnl
commited on
Commit
•
47d9b7b
1
Parent(s):
039454e
Update style.css
Browse files
style.css
CHANGED
@@ -53,6 +53,7 @@ body > gradio-app > div > div.main > div.wrap > div.contain{
|
|
53 |
justify-content: center;
|
54 |
}
|
55 |
.image_container {
|
|
|
56 |
flex-shrink: 0 !important;
|
57 |
flex-grow: 0 !important;
|
58 |
flex-basis: 500px !important;
|
@@ -75,14 +76,24 @@ body > gradio-app > div > div.main > div.wrap > div.contain{
|
|
75 |
flex-grow: 1;
|
76 |
}
|
77 |
#draw_cta {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
position: absolute;
|
79 |
top: -91px;
|
80 |
right: -124px;
|
81 |
}
|
82 |
-
#
|
83 |
position: absolute;
|
84 |
top: calc(50% - 31px);
|
85 |
right: -31px;
|
|
|
|
|
86 |
padding: 16px;
|
87 |
border-radius: 50%;
|
88 |
border: none;
|
|
|
53 |
justify-content: center;
|
54 |
}
|
55 |
.image_container {
|
56 |
+
overflow: visible;
|
57 |
flex-shrink: 0 !important;
|
58 |
flex-grow: 0 !important;
|
59 |
flex-basis: 500px !important;
|
|
|
76 |
flex-grow: 1;
|
77 |
}
|
78 |
#draw_cta {
|
79 |
+
|
80 |
+
}
|
81 |
+
#eraser_container{
|
82 |
+
width: 62px;
|
83 |
+
height: 62px;
|
84 |
+
position: absolute;
|
85 |
+
top: calc(50% - 31px);
|
86 |
+
right: -31px;
|
87 |
position: absolute;
|
88 |
top: -91px;
|
89 |
right: -124px;
|
90 |
}
|
91 |
+
#draw_cta_container{
|
92 |
position: absolute;
|
93 |
top: calc(50% - 31px);
|
94 |
right: -31px;
|
95 |
+
}
|
96 |
+
#eraser {
|
97 |
padding: 16px;
|
98 |
border-radius: 50%;
|
99 |
border: none;
|