diff options
| author | metamuffin <metamuffin@disroot.org> | 2023-09-23 23:00:58 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2023-09-23 23:00:58 +0200 |
| commit | 345391fd8c579614491951f8650408f2e074fe5e (patch) | |
| tree | c4790223778321559bc4f4b3dcebac79f4d15db5 /client-web/style/chat.sass | |
| parent | b415b82a56e42543d4c8e342ec0ee6a560a82024 (diff) | |
| download | keks-meet-345391fd8c579614491951f8650408f2e074fe5e.tar keks-meet-345391fd8c579614491951f8650408f2e074fe5e.tar.bz2 keks-meet-345391fd8c579614491951f8650408f2e074fe5e.tar.zst | |
chat control messages
Diffstat (limited to 'client-web/style/chat.sass')
| -rw-r--r-- | client-web/style/chat.sass | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/client-web/style/chat.sass b/client-web/style/chat.sass index d9a3673..8f19358 100644 --- a/client-web/style/chat.sass +++ b/client-web/style/chat.sass @@ -10,6 +10,10 @@ .message margin: 0.2em + .control-message + font-style: italic + color: var(--ac-light) + filter: brightness(160%) // TODO filter is a bad approach here. .author font-weight: bold .text @@ -25,11 +29,10 @@ .controls flex: 0 - + input font-size: medium width: 100% border-radius: 5px padding: 0.5em box-sizing: border-box - |