diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-11-09 02:20:42 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-11-09 02:20:42 -0500 |
commit | cb83e30a76d76705c034541c0c1e9ef08b7b4946 (patch) | |
tree | 37be8d863e6c9e1d3cefb0bccf31833e9438c78c /res/css/bare.css | |
parent | 25aadd4181b5f82f0315931b2b15953746d33af3 (diff) | |
download | abaddon-portaudio-cb83e30a76d76705c034541c0c1e9ef08b7b4946.tar.gz abaddon-portaudio-cb83e30a76d76705c034541c0c1e9ef08b7b4946.zip |
message input theme tweaking
Diffstat (limited to 'res/css/bare.css')
-rw-r--r-- | res/css/bare.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/css/bare.css b/res/css/bare.css index 80ef2f8..ec5b9a1 100644 --- a/res/css/bare.css +++ b/res/css/bare.css @@ -33,3 +33,8 @@ .status-indicator.idle { color: #FAA61A; } + +/* make room for attachment icon */ +.message-input.with-browse-icon { + padding-left: 30px; +} |