diff options
author | 2025-05-07 00:26:44 +0100 | |
---|---|---|
committer | 2025-05-07 00:26:44 +0100 | |
commit | d83baa78b0b029a5c25b781ee3f77ae3cbecf60d (patch) | |
tree | dfb12503c069dfd7a8d969119957fdb619a418c4 /assets/style.scss | |
parent | 7859947fcc643a96d20b7c56df912d8e3230429d (diff) | |
download | macaw-web-d83baa78b0b029a5c25b781ee3f77ae3cbecf60d.tar.gz macaw-web-d83baa78b0b029a5c25b781ee3f77ae3cbecf60d.tar.bz2 macaw-web-d83baa78b0b029a5c25b781ee3f77ae3cbecf60d.zip |
feat: message sent icons
Diffstat (limited to '')
-rw-r--r-- | assets/style.scss | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/style.scss b/assets/style.scss index b829501..9a47cb3 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -325,6 +325,7 @@ p { width: 16px; padding: 0 8px; flex: none; + align-self: end; } .message-info { @@ -373,6 +374,22 @@ p { opacity: 0; } +.light { + filter: invert(99%) sepia(1%) saturate(2689%) hue-rotate(208deg) brightness(106%) contrast(73%); +} + +.chat-message.final .message-delivery, .visible { + opacity: 100% !important; +} + +.chat-message.final { + margin-bottom: 8px; +} + +.chat-message:not(:hover) .message-delivery { + opacity: 0; +} + /* font-families */ /* thai */ |