Finished up with emote management pane in adminPanel page.
This commit is contained in:
parent
90d67024b7
commit
41d0302ded
3 changed files with 126 additions and 11 deletions
|
|
@ -129,4 +129,48 @@ p.toke-command-list{
|
|||
|
||||
i.toke-command-list{
|
||||
margin: 0.2em;
|
||||
}
|
||||
|
||||
#emote-list-div{
|
||||
height: 30vh;
|
||||
}
|
||||
|
||||
#emote-list{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
|
||||
padding: 1em;
|
||||
overflow-y: auto;
|
||||
justify-items: center;
|
||||
}
|
||||
|
||||
div.emote-list-emote{
|
||||
height: 100%;
|
||||
width: fit-content;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
span.emote-list-title{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
p.emote-list-title{
|
||||
margin: 0 1.5em;
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
i.emote-list-delete{
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.emote-list-media{
|
||||
max-height: 8em;
|
||||
max-width: 10em;
|
||||
margin: auto;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue