khang119966 commited on
Commit
d6a3d83
·
verified ·
1 Parent(s): 3432254

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -170,14 +170,14 @@ CSS ="""
170
  border-width: var(--block-border-width);
171
  }
172
 
173
- button.svelte-1lcyrx4 img.svelte-1pijsyv {
174
  width: 100%;
175
  object-fit: contain;
176
  height: 100%;
177
  }
178
 
179
- /* Đặt chiều cao cho nút và cho phép chọn văn bản */
180
- button.svelte-1lcyrx4 {
181
  user-select: text;
182
  text-align: left;
183
  height: 300px;
 
170
  border-width: var(--block-border-width);
171
  }
172
 
173
+ button.svelte-1lcyrx4[aria-label="user's message: a file of type image/jpeg, "] img.svelte-1pijsyv {
174
  width: 100%;
175
  object-fit: contain;
176
  height: 100%;
177
  }
178
 
179
+ /* Đặt chiều cao cho nút và cho phép chọn văn bản chỉ cho các nút có aria-label chỉ định */
180
+ button.svelte-1lcyrx4[aria-label="user's message: a file of type image/jpeg, "] {
181
  user-select: text;
182
  text-align: left;
183
  height: 300px;