global update and global fix
This commit is contained in:
@@ -46,6 +46,20 @@ input {
|
||||
background: var(--muted);
|
||||
}
|
||||
|
||||
@keyframes chat-message-blink {
|
||||
0%, 100% {
|
||||
background-color: transparent;
|
||||
}
|
||||
25%, 75% {
|
||||
background-color: rgb(51 144 236 / 18%);
|
||||
}
|
||||
}
|
||||
|
||||
.blink-highlight {
|
||||
animation: chat-message-blink 0.55s ease-in-out 2;
|
||||
border-radius: 18px;
|
||||
}
|
||||
|
||||
.id-shadow {
|
||||
box-shadow: 0 24px 70px rgb(22 26 43 / 12%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user