khang119966 commited on
Commit
c0486c1
·
verified ·
1 Parent(s): 2d5847a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -0
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