Mercurial > libervia-templates
comparison sat_templates/templates/bulma/static/styles.css @ 387:8b990c78d4b5
(bulma/chat): add menu + style for message retraction
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 30 Nov 2023 13:24:43 +0100 |
parents | 941e4006ab6e |
children | 38635d393089 |
comparison
equal
deleted
inserted
replaced
386:e63fb06052ae | 387:8b990c78d4b5 |
---|---|
111 background-color: var(--col-primary) !important; | 111 background-color: var(--col-primary) !important; |
112 border-radius: 50%; | 112 border-radius: 50%; |
113 box-shadow: 0px 0px 0 0.25rem var(--col-primary); | 113 box-shadow: 0px 0px 0 0.25rem var(--col-primary); |
114 } | 114 } |
115 | 115 |
116 .is-chat-message { | 116 .media.is-chat-message { |
117 margin: 0.5rem 0 0 !important; | 117 margin: 0.5rem 0 0; |
118 padding: 0 !important; | 118 padding: 0; |
119 border: 0 !important; | 119 border: 0; |
120 } | 120 } |
121 | 121 |
122 .is-text-content { | 122 .is-text-content { |
123 white-space: break-spaces; | 123 white-space: break-spaces; |
124 } | 124 } |