Chats: improve input box CSS

This commit is contained in:
Alex Gleason 2020-08-25 19:19:55 -05:00
parent a2cd0b7630
commit 5518959531
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -78,6 +78,7 @@
&__actions {
background: var(--foreground-color);
margin-top: auto;
padding: 6px;
input {
width: 100%;
@ -85,8 +86,8 @@
box-sizing: border-box;
padding: 6px;
background: var(--background-color);
border: 6px solid var(--foreground-color);
border-radius: 10px;
border: 0;
border-radius: 6px;
color: var(--primary-text-color);
font-size: 16px;
}