Improve chat buttons on mobile devices

This commit is contained in:
oobabooga 2023-05-30 00:30:15 -03:00 committed by GitHub
parent 3209440b7c
commit 0db4e191bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,3 +41,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
.sm.svelte-1ipelgc { .sm.svelte-1ipelgc {
width: 100%; width: 100%;
} }
#main button {
min-width: 0 !important;
}