Spaces:
Sleeping
Sleeping
francescoKrnl
commited on
Commit
•
1f648d6
1
Parent(s):
bf93b19
Update style.css
Browse files
style.css
CHANGED
@@ -79,16 +79,15 @@ body > gradio-app > div > div.main > div.wrap > div.contain{
|
|
79 |
|
80 |
}
|
81 |
#eraser_container.block{
|
|
|
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.block{
|
|
|
92 |
z-index:100;
|
93 |
position: absolute;
|
94 |
top: -91px;
|
@@ -98,7 +97,7 @@ body > gradio-app > div > div.main > div.wrap > div.contain{
|
|
98 |
padding: 16px;
|
99 |
border-radius: 50%;
|
100 |
border: none;
|
101 |
-
background-color:
|
102 |
}
|
103 |
#eraser_icon {
|
104 |
display: inline-block;
|
|
|
79 |
|
80 |
}
|
81 |
#eraser_container.block{
|
82 |
+
z-index:100;
|
83 |
width: 62px;
|
84 |
height: 62px;
|
85 |
position: absolute;
|
86 |
top: calc(50% - 31px);
|
87 |
right: -31px;
|
|
|
|
|
|
|
88 |
}
|
89 |
#draw_cta_container.block{
|
90 |
+
width: 124px;
|
91 |
z-index:100;
|
92 |
position: absolute;
|
93 |
top: -91px;
|
|
|
97 |
padding: 16px;
|
98 |
border-radius: 50%;
|
99 |
border: none;
|
100 |
+
background-color: rgb(120 120 120);
|
101 |
}
|
102 |
#eraser_icon {
|
103 |
display: inline-block;
|