Spaces:
Sleeping
Sleeping
ngoctuanai
commited on
Commit
•
d3924cb
1
Parent(s):
51c82bc
Update app.py
Browse files
app.py
CHANGED
@@ -198,12 +198,7 @@ input[type='range'] {
|
|
198 |
}
|
199 |
|
200 |
/* Reduce size of the duplicated image */
|
201 |
-
.image_duplication
|
202 |
-
position: absolute;
|
203 |
-
width: 50px; /* Decrease width to make the image smaller */
|
204 |
-
left: 25px; /* Adjust left position accordingly */
|
205 |
-
top: 25px; /* Adjust top position accordingly */
|
206 |
-
border-radius: 50%; /* Keep the image circular */
|
207 |
}
|
208 |
|
209 |
/* Remove unnecessary border for tab items */
|
|
|
198 |
}
|
199 |
|
200 |
/* Reduce size of the duplicated image */
|
201 |
+
.image_duplication{position: absolute; width: 100px; left: 50px}
|
|
|
|
|
|
|
|
|
|
|
202 |
}
|
203 |
|
204 |
/* Remove unnecessary border for tab items */
|