Mercurial > libervia-templates
diff sat_templates/templates/bulma/static/styles.css @ 385:941e4006ab6e
bulma (message): reactions + fixes:
- add "reaction" button
- fix attachments display
- add reaction templates
- add reactions to messages
- fix "info" messages display
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 22 Nov 2023 15:22:11 +0100 |
parents | 387c8c5a3bee |
children | 8b990c78d4b5 |
line wrap: on
line diff
--- a/sat_templates/templates/bulma/static/styles.css Wed Nov 22 15:22:10 2023 +0100 +++ b/sat_templates/templates/bulma/static/styles.css Wed Nov 22 15:22:11 2023 +0100 @@ -628,6 +628,19 @@ } } +/******************* + * common features * + ******************/ + +.reaction { + border-radius: 12px; /* Rounded background */ + cursor: pointer; /* Pointer cursor for the entire reaction */ + border: 1px solid #dbdbdb; /* Discreet but visible border */ +} + +.reaction .emoji { + margin-right: .5rem; /* Space between emoji and counter using rem unit */ +} /************** * animations * @@ -772,3 +785,12 @@ .animation-reverse { animation-direction: reverse; } + +/*************** + * third party * + **************/ + +emoji-picker { + width: 100%; + /* height: 30rem; */ +}