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 {
715 opacity: 0.2;715 opacity: 0.2;
716}716}
717717
718#chat hr {
719 opacity: 0.4;
720}
721
722#bg1,718#bg1,
723#bg_custom {719#bg_custom {
724 background-repeat: no-repeat;720 background-repeat: no-repeat;
@@ -1480,6 +1476,10 @@ body.swipeAllMessages .mes:not(.last_mes) .swipes-counter {
1480 padding-right: var(--mes-right-spacing);1476 padding-right: var(--mes-right-spacing);
1481}1477}
14821478
1479.mes_text hr {
1480 opacity: 0.4;
1481}
1482
1483br {1483br {
1484 display: block;1484 display: block;
1485 margin: 2px 0;1485 margin: 2px 0;