diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-08-08 00:40:20 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-08-08 00:40:20 -0400 |
commit | 955b9239b9eac748d3e5ac4dc56864c906c81393 (patch) | |
tree | 5a515fdb2874d0f5fe31fa91f772307c6f7837fd /res/css | |
parent | 53ac8533671d08e96896b80cd513ba05aabd930f (diff) | |
download | abaddon-portaudio-955b9239b9eac748d3e5ac4dc56864c906c81393.tar.gz abaddon-portaudio-955b9239b9eac748d3e5ac4dc56864c906c81393.zip |
hide browse icon when not in channel with perms
Diffstat (limited to 'res/css')
-rw-r--r-- | res/css/main.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/res/css/main.css b/res/css/main.css index 3765498..9398d48 100644 --- a/res/css/main.css +++ b/res/css/main.css @@ -122,7 +122,12 @@ color: #b9bbbe; } -.message-input { +/* i dont think theres a way to circumvent having to do this to adjust around the browse icon */ +.message-input:not(.with-browser-icon) { + padding: 0px 0px 0px 5px; +} + +.message-input.with-browse-icon { padding: 0px 0px 0px 30px; } |