Mercurial > libervia-templates
comparison 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 |
comparison
equal
deleted
inserted
replaced
384:4e050f67c079 | 385:941e4006ab6e |
---|---|
626 100% { | 626 100% { |
627 transform: rotate(359deg); | 627 transform: rotate(359deg); |
628 } | 628 } |
629 } | 629 } |
630 | 630 |
631 /******************* | |
632 * common features * | |
633 ******************/ | |
634 | |
635 .reaction { | |
636 border-radius: 12px; /* Rounded background */ | |
637 cursor: pointer; /* Pointer cursor for the entire reaction */ | |
638 border: 1px solid #dbdbdb; /* Discreet but visible border */ | |
639 } | |
640 | |
641 .reaction .emoji { | |
642 margin-right: .5rem; /* Space between emoji and counter using rem unit */ | |
643 } | |
631 | 644 |
632 /************** | 645 /************** |
633 * animations * | 646 * animations * |
634 *************/ | 647 *************/ |
635 | 648 |
770 } | 783 } |
771 | 784 |
772 .animation-reverse { | 785 .animation-reverse { |
773 animation-direction: reverse; | 786 animation-direction: reverse; |
774 } | 787 } |
788 | |
789 /*************** | |
790 * third party * | |
791 **************/ | |
792 | |
793 emoji-picker { | |
794 width: 100%; | |
795 /* height: 30rem; */ | |
796 } |