Fix <>
This commit is contained in:
parent
e462e97460
commit
79e2fd7a1c
|
@ -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: ">";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue