Mercurial > libervia-templates
comparison sat_templates/templates/bulma/static/chat.css @ 404:66f98ee041d8 default tip
chat: add UI for replies/threads:
rel 457
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 06 May 2025 00:37:41 +0200 |
parents | 65c53ec5e777 |
children |
comparison
equal
deleted
inserted
replaced
403:65c53ec5e777 | 404:66f98ee041d8 |
---|---|
249 border-radius: 4px; | 249 border-radius: 4px; |
250 background-color: #f5f5f5; | 250 background-color: #f5f5f5; |
251 width: 9rem; | 251 width: 9rem; |
252 height: 6rem; | 252 height: 6rem; |
253 } | 253 } |
254 | |
255 | |
256 /* Reply to indicator */ | |
257 #reply-to { | |
258 background-color: var(--message-background); | |
259 border-left: 4px solid #3273dc; | |
260 padding: 0.5rem; | |
261 margin-bottom: 1rem; | |
262 border-radius: 0.25rem; | |
263 } |