Version 2.1.1
This commit is contained in:
@@ -77,16 +77,18 @@
|
||||
animation-timing-function: ease-out;
|
||||
}
|
||||
|
||||
.mchat-message-flash:target {
|
||||
animation-duration: 2s;
|
||||
}
|
||||
|
||||
@keyframes flash-message {
|
||||
|
||||
0% {
|
||||
background-color: #FFD070;
|
||||
opacity: 0;
|
||||
background-color: #FFDC95;
|
||||
}
|
||||
|
||||
100% {
|
||||
background-color: transparent;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -143,6 +145,10 @@
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.mchat-text .postlink {
|
||||
display: unset;
|
||||
}
|
||||
|
||||
.mchat-notification-message .mchat-text {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user