mirror of
https://github.com/coalaura/whiskr.git
synced 2025-09-09 09:19:54 +00:00
mark retry messages
This commit is contained in:
@@ -150,6 +150,24 @@ body.loading #version {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.message::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
background: rgba(237, 135, 150, 0.2);
|
||||
opacity: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
transition: opacity 150ms;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.message.marked::after {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.message.user {
|
||||
align-self: end;
|
||||
}
|
||||
|
Reference in New Issue
Block a user