Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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;
|