Started work on personal emotes.
This commit is contained in:
parent
db5fac83ab
commit
a4a1f6a65b
16 changed files with 248 additions and 18 deletions
|
|
@ -22,10 +22,10 @@
|
|||
div.emote-panel-list-emote{
|
||||
width: 9em;
|
||||
display: flex;
|
||||
position: relative;
|
||||
flex-direction: column;
|
||||
padding: 0.5em 0;
|
||||
margin: 0.5em;
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
@ -43,6 +43,7 @@ p.emote-list-title{
|
|||
max-height: 8em;
|
||||
max-width: 8em;
|
||||
margin: auto;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.emote-list-big-media{
|
||||
|
|
@ -62,4 +63,20 @@ div.panel-control-prompt{
|
|||
|
||||
#new-emote-button{
|
||||
margin-left: 0.3em;
|
||||
}
|
||||
|
||||
span.emote-list-trash-icon{
|
||||
position: absolute;
|
||||
display: flex;
|
||||
width: 1.5em;
|
||||
height: 1.5em;
|
||||
border-radius: 1em;
|
||||
top: -0.5em;
|
||||
right: -0.5em;
|
||||
}
|
||||
|
||||
i.emote-list-trash-icon{
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue