This commit is contained in:
Pavel Djundik
2019-12-16 16:45:00 +02:00
parent e462e97460
commit 79e2fd7a1c

View File

@@ -314,11 +314,11 @@ body {
.irc-fg12 { color: #66b2ff; }
@media (max-width: 479px) {
#chat .message .from .user::before {
#chat .msg[data-type="message"] .from .user::before {
content: "<";
}
#chat .message .from .user::after {
#chat .msg[data-type="message"] .from .user::after {
content: ">";
}
}