Always show the 'send chat message' button. Re #2293. (#2298)

This commit is contained in:
Matthew Heller 2022-11-03 12:36:03 -05:00 committed by GitHub
parent 6ce52e184c
commit 3021dd7795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,14 +56,8 @@
} }
.sendButton { .sendButton {
display: none;
border: none; border: none;
background: none; background: none;
cursor: pointer; cursor: pointer;
padding: 0 1rem; padding: 0 1rem;
// Only show the chat send button on narrow screens to assist in mobile use.
@include screen(desktop) {
display: block;
}
} }