Browse Source

Lowered font-size in chat input

pull/2032/head
t1enne 4 years ago
parent
commit
3a785c2a48
  1. 2
      web/components/chat/ChatTextField/ChatTextField.module.scss

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

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
color: var(--text-secondry);
overflow-x: hidden;
div[role=textbox] {
font-size: 0.9rem;
padding: .6rem;
padding-right: calc(0.6rem + 44px);
border-radius: .35rem;
@ -15,6 +16,7 @@ @@ -15,6 +16,7 @@
}
}
}
.inputWrapper {
display: flex;
position: relative;

Loading…
Cancel
Save