Created channel perms schema and api routes.
This commit is contained in:
parent
9dbbc4e924
commit
8384e732f3
21 changed files with 250 additions and 20 deletions
|
|
@ -157,6 +157,8 @@ p.panel-head-element{
|
|||
|
||||
#chat-panel-flair-select{
|
||||
margin-left: 0.5em;
|
||||
text-align: center;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
input#chat-panel-prompt{
|
||||
|
|
@ -176,6 +178,7 @@ input#chat-panel-prompt{
|
|||
|
||||
.chat-entry-username{
|
||||
margin: 0.2em;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.chat-entry-body{
|
||||
|
|
@ -184,6 +187,7 @@ input#chat-panel-prompt{
|
|||
|
||||
.chat-entry-high-level{
|
||||
margin: 0.2em;
|
||||
margin-right: 0;
|
||||
z-index: 2;
|
||||
background-image: url("/img/sweet_leaf_simple.png");
|
||||
background-size: 1.3em;
|
||||
|
|
@ -192,6 +196,7 @@ input#chat-panel-prompt{
|
|||
background-position-y: top;
|
||||
width: 1.5em;
|
||||
text-align: center;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.chat-entry-high-level-img{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue