diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-12-15 00:30:11 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-12-15 00:30:11 -0500 |
commit | 0c313ce5e8e849bcbaf23fcdf86f31ea38475d0e (patch) | |
tree | aa3dcd0a374620dfab7e32e30196a1eb77712de1 /css | |
parent | 22578921b9e577c669cd57385df48cfc08fa90eb (diff) | |
download | abaddon-portaudio-0c313ce5e8e849bcbaf23fcdf86f31ea38475d0e.tar.gz abaddon-portaudio-0c313ce5e8e849bcbaf23fcdf86f31ea38475d0e.zip |
make attachment box behave better
Diffstat (limited to 'css')
-rw-r--r-- | css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css index 99b4ff8..2672f8c 100644 --- a/css/main.css +++ b/css/main.css @@ -101,6 +101,10 @@ padding: 2px 5px 2px 5px; } +.message-attachment-box label { + margin: 5px; +} + paned separator { background:#37474f; } |