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:
@@ -175,6 +175,11 @@ header {
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
/* display `send` button on mobile */
|
||||
.touch-screen #send-message-button{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
/* *********** single col layout ***************************** */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user