Version 2.1.1

This commit is contained in:
dmzx
2018-10-05 11:24:44 +02:00
parent 006a4e404e
commit 698db04f9e
17 changed files with 305 additions and 120 deletions

View File

@@ -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;
}