diff options
author | metamuffin <metamuffin@disroot.org> | 2023-09-24 11:20:27 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-24 11:20:27 +0200 |
commit | 6d03ac2f89fdb0e23061f3252abf4bd86e2833a2 (patch) | |
tree | 0c537afa54e2d49df00699542878f9a91ee4b56d | |
parent | 0c1059307a79f56615a61f26c26de9ffb85c1822 (diff) | |
download | keks-meet-6d03ac2f89fdb0e23061f3252abf4bd86e2833a2.tar keks-meet-6d03ac2f89fdb0e23061f3252abf4bd86e2833a2.tar.bz2 keks-meet-6d03ac2f89fdb0e23061f3252abf4bd86e2833a2.tar.zst |
chat input selector with higher priority
-rw-r--r-- | client-web/style/chat.sass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client-web/style/chat.sass b/client-web/style/chat.sass index ed2b494..a2f78fe 100644 --- a/client-web/style/chat.sass +++ b/client-web/style/chat.sass @@ -30,7 +30,7 @@ .controls flex: 0 - input + input[type="text"] font-size: medium width: 100% border-radius: 5px |