parent
d32bc1134d
commit
a892ee780f
7 changed files with 419 additions and 17 deletions
|
|
@ -237,6 +237,9 @@ $admin-fg: white;
|
|||
color: rgba(#000000, 0.6);
|
||||
display: inline-block;
|
||||
}
|
||||
.link {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.messageOut {
|
||||
|
|
@ -287,6 +290,9 @@ $admin-fg: white;
|
|||
color: rgba(#000000, 0.6);
|
||||
display: inline-block;
|
||||
}
|
||||
.link {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.sender, .status {
|
||||
|
|
@ -339,7 +345,8 @@ $admin-fg: white;
|
|||
font-size: 11 * $chat-text-size;
|
||||
color: #000000;
|
||||
overflow-wrap: break-word;
|
||||
white-space: pre;
|
||||
word-wrap: break-word;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue