Spaces:
Running
Running
Commit
·
51c82bc
1
Parent(s):
544b4ee
Update app.py
Browse files
app.py
CHANGED
@@ -197,12 +197,13 @@ input[type='range'] {
|
|
197 |
min-width: 200px; /* Add a minimum width for better visibility */
|
198 |
}
|
199 |
|
200 |
-
/*
|
201 |
.image_duplication {
|
202 |
position: absolute;
|
203 |
-
width:
|
204 |
-
left:
|
205 |
-
|
|
|
206 |
}
|
207 |
|
208 |
/* Remove unnecessary border for tab items */
|
|
|
197 |
min-width: 200px; /* Add a minimum width for better visibility */
|
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 */
|