add a send button on chat for touch screen devices (#1127)

* add a send button on chat for touch screen devices

* cleanup
This commit is contained in:
gingervitis
2021-06-20 17:15:52 -07:00
committed by GitHub
parent 89dfcfb047
commit 3b08b50ce0
3 changed files with 35 additions and 16 deletions

View File

@@ -175,6 +175,11 @@ header {
min-height: auto;
}
/* display `send` button on mobile */
.touch-screen #send-message-button{
display: inline-block;
}
/* *********** single col layout ***************************** */

View File

@@ -31,7 +31,7 @@
max-height: 5rem;
}
#message-form-actions {
right: 2rem;
right: 1rem;
bottom: 1.88rem;
}
#emoji-button {