Change selector of chat-scoped <hr> #4144

This commit is contained in:
Cohee
2025-06-12 21:37:40 +03:00
parent 19d1bd29d4
commit af3906e243
+4 -4
View File
@@ -715,10 +715,6 @@ hr {
opacity: 0.2;
}
#chat hr {
opacity: 0.4;
}
#bg1,
#bg_custom {
background-repeat: no-repeat;
@@ -1480,6 +1476,10 @@ body.swipeAllMessages .mes:not(.last_mes) .swipes-counter {
padding-right: var(--mes-right-spacing);
}
.mes_text hr {
opacity: 0.4;
}
br {
display: block;
margin: 2px 0;