Change selector of chat-scoped <hr> #4144

af3906e243e74df3d8cfc18009ce1c0ba33920e4

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +4 -4Ignore whitespace
public/style.css+4 -4
@@ -715,10 +715,6 @@ hr {
715715 opacity: 0.2;
716716}
717717
718-#chat hr {
719- opacity: 0.4;
720-}
721-
722718#bg1,
723719#bg_custom {
724720 background-repeat: no-repeat;
@@ -1480,6 +1476,10 @@ body.swipeAllMessages .mes:not(.last_mes) .swipes-counter {
14801476 padding-right: var(--mes-right-spacing);
14811477}
14821478
1479+.mes_text hr {
1480+ opacity: 0.4;
1481+}
1482+
14831483br {
14841484 display: block;
14851485 margin: 2px 0;