diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2025-01-10 15:40:27 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2025-01-10 15:40:27 -0500 |
commit | 3fbbeae867996dbf24ae73e3b51d801c95cdffc1 (patch) | |
tree | 0e69bf9e91f1d18c6bf7fb45ea9dd459db8ecd8c /res/css | |
parent | 31d9b19a4c7321d6b03a7e8e1eadc9331d7afdce (diff) | |
download | abaddon-portaudio-3fbbeae867996dbf24ae73e3b51d801c95cdffc1.tar.gz abaddon-portaudio-3fbbeae867996dbf24ae73e3b51d801c95cdffc1.zip |
move message container margin to css
Diffstat (limited to 'res/css')
-rw-r--r-- | res/css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/css/main.css b/res/css/main.css index 65d6eeb..7292101 100644 --- a/res/css/main.css +++ b/res/css/main.css @@ -39,6 +39,10 @@ color: #FAA61A; } +.message-container { + margin-bottom: 8px; +} + .message-input textview, .message-input textview text { background-color: inherit; } |