css: also support consecutive spaces in system messages
This commit is contained in:
parent
5f8544f031
commit
a9dc45f727
@ -300,6 +300,9 @@ html,body {
|
|||||||
|
|
||||||
/* Text */
|
/* Text */
|
||||||
|
|
||||||
|
.tx-sys, .tx-user, .tx-chat, .tx-private {
|
||||||
|
white-space:pre-wrap;
|
||||||
|
}
|
||||||
.tx-time {
|
.tx-time {
|
||||||
color:grey;
|
color:grey;
|
||||||
}
|
}
|
||||||
@ -313,7 +316,6 @@ html,body {
|
|||||||
}
|
}
|
||||||
.tx-chat {
|
.tx-chat {
|
||||||
color: black;
|
color: black;
|
||||||
white-space:pre-wrap;
|
|
||||||
}
|
}
|
||||||
.tx-private {
|
.tx-private {
|
||||||
color: red;
|
color: red;
|
||||||
|
Loading…
Reference in New Issue
Block a user