diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-01-08 21:50:43 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-01-08 21:50:43 -0500 |
commit | 3f31d74cd84143dea4c3af258fd0f8aaa201721a (patch) | |
tree | 2624b436d7a1908e5306bb33f965a2ade3759212 /css | |
parent | d42e0bae9038bd9d632d0e9b333cec7ec635e084 (diff) | |
download | abaddon-portaudio-3f31d74cd84143dea4c3af258fd0f8aaa201721a.tar.gz abaddon-portaudio-3f31d74cd84143dea4c3af258fd0f8aaa201721a.zip |
try and make the input component better
Diffstat (limited to 'css')
-rw-r--r-- | css/main.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/css/main.css b/css/main.css index e4bf5a6..7e0a323 100644 --- a/css/main.css +++ b/css/main.css @@ -86,12 +86,15 @@ background-color: #263238; } -.message-input, .message-input text { - padding: 10px 20px; +.message-input, .message-input textview, .message-input textview text { background-color: #37474f; color: #cfd8dc; } +.message-input { + padding: 0px 0px 0px 5px; +} + .members { background-color: #263238; } |