Implement emotes
This commit is contained in:
parent
53138fe1f0
commit
002888a0de
8 changed files with 185 additions and 15 deletions
|
|
@ -459,13 +459,21 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry {
|
|||
}
|
||||
|
||||
#cs-chatfilters input[type='text'], #cs-chatfilters textarea {
|
||||
font-family: Monospace;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
#cs-chatfilters-exporttext {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#cs-emotes input[type='text'], #cs-emotes textarea {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
#cs-emotes-exporttext {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
@ -488,3 +496,7 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry {
|
|||
max-width: 200px;
|
||||
max-height: 200px;
|
||||
}
|
||||
|
||||
#cs-emotes td:nth-child(3) {
|
||||
max-width: 300px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue