Spaces:
Running
on
Zero
Running
on
Zero
khang119966
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -209,6 +209,17 @@ button.svelte-1lcyrx4[aria-label="user's message: a file of type image/jpeg, "]
|
|
209 |
margin: var(--size-2);
|
210 |
max-height: 500px;
|
211 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
212 |
"""
|
213 |
|
214 |
|
|
|
209 |
margin: var(--size-2);
|
210 |
max-height: 500px;
|
211 |
}
|
212 |
+
.image-preview-close-button {
|
213 |
+
position: relative; /* Nếu cần định vị trí */
|
214 |
+
width: 10%; /* Chiều rộng nút */
|
215 |
+
height: 10%; /* Chiều cao nút */
|
216 |
+
display: flex;
|
217 |
+
justify-content: center;
|
218 |
+
align-items: center;
|
219 |
+
padding: 0; /* Để tránh ảnh hưởng từ padding mặc định */
|
220 |
+
border: none; /* Tùy chọn để loại bỏ đường viền */
|
221 |
+
background: none; /* Tùy chọn để loại bỏ nền */
|
222 |
+
}
|
223 |
"""
|
224 |
|
225 |
|