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