Added site-wide emote support.
This commit is contained in:
parent
41d0302ded
commit
97717b525c
11 changed files with 122 additions and 22 deletions
|
|
@ -102,19 +102,14 @@ img.admin-list-entry-item{
|
|||
width: 11em;
|
||||
}
|
||||
|
||||
#toke-command-list-div{
|
||||
/*Maybe I suck at CSS but I can't get relative percentage-based heights to play nice here.
|
||||
Either way sizing this by total viewheight isn't too big a deal. At least here...*/
|
||||
min-height: 9em;
|
||||
max-height: 20vh;
|
||||
}
|
||||
|
||||
div.toke-command-list{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(15em, 1fr));
|
||||
text-align: center;
|
||||
padding: 1em;
|
||||
overflow-y: auto;
|
||||
min-height: 0.8em;
|
||||
max-height: 5.5em;
|
||||
}
|
||||
|
||||
span.toke-command-list{
|
||||
|
|
@ -131,16 +126,13 @@ 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;
|
||||
max-height: 19.8em;
|
||||
}
|
||||
|
||||
div.emote-list-emote{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue