Added underscores and dashes to usernames
This commit is contained in:
parent
23ceb74883
commit
d3aa4b8274
3 changed files with 17 additions and 5 deletions
|
|
@ -165,6 +165,7 @@ p.panel-head-element{
|
|||
|
||||
.chat-entry-username{
|
||||
margin: auto 0.2em auto 0;
|
||||
text-wrap: nowrap;
|
||||
}
|
||||
|
||||
.chat-entry-body{
|
||||
|
|
@ -203,6 +204,7 @@ span.user-entry{
|
|||
font-size: 1em;
|
||||
width: fit-content;
|
||||
user-select: none;
|
||||
text-wrap: nowrap;
|
||||
}
|
||||
|
||||
.whisper{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue