Require user permission to run channel js
This commit is contained in:
parent
3661ab1fd9
commit
e87ddb473b
8 changed files with 232 additions and 32 deletions
|
|
@ -562,3 +562,15 @@ body.chatOnly .pm-panel, body.chatOnly .pm-panel-placeholder {
|
|||
.chat-shadow {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
#chanjs-allow-prompt {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#chanjs-allow-prompt-buttons {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#chanjs-allow-prompt-buttons button:first-child {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue