Change selector of chat-scoped <hr> #4144
This commit is contained in:
+4
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user