Browse Source

Reduce textfield padding

pull/2346/head
Gabe Kangas 3 years ago
parent
commit
447779b439
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 3
      web/components/chat/ChatTextField/ChatTextField.module.scss

3
web/components/chat/ChatTextField/ChatTextField.module.scss

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
display: flex;
bottom: 0px;
width: 100%;
padding: 5px 1vw;
padding: 2px 0.1vw;
overflow-x: hidden;
.inputWrap {

Loading…
Cancel
Save