khang119966 commited on
Commit
7f9c1e7
1 Parent(s): 18302fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -8
app.py CHANGED
@@ -170,16 +170,17 @@ CSS ="""
170
  border-width: var(--block-border-width);
171
  }
172
 
173
- .svelte-1pijsyv {
174
- width: 100%;
175
- object-fit: contain;
176
- height: 100%;
177
  }
178
 
179
- .svelte-1lcyrx4 {
180
- user-select: text;
181
- text-align: left;
182
- height: 300px;
 
183
  }
184
 
185
  """
 
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;
184
  }
185
 
186
  """