This commit is contained in:
Pavel Djundik 2019-12-16 16:45:00 +02:00
parent e462e97460
commit 79e2fd7a1c
1 changed files with 2 additions and 2 deletions

View File

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