adding emoji support

This commit is contained in:
MathMan05 2024-12-13 15:08:49 -06:00
parent 9862c2dd1a
commit eddb92abe8
5 changed files with 130 additions and 7 deletions

View file

@ -2175,6 +2175,8 @@ fieldset input[type="radio"] {
}
.bigemoji{
width:.6in;
object-fit: contain;
height: .6in;
}
.friendlyButton{
padding: .07in;
@ -2189,3 +2191,27 @@ fieldset input[type="radio"] {
.friendlyButton:hover{
background:black;
}
.emojiOption{
border: solid 1px var(--black);
display:flex;
align-items: center;
padding: .075in;
margin-bottom: .2in;
border-radius: .1in;
background: var(--primary-hover);
position: relative;
input{
width:2in !important;
height:.3in;
}
.bigemoji{
padding-right:.5in;
}
}
.deleteEmoji{
width: .3in;
height: .3in;
position: absolute;
right: .2in;
cursor: pointer;
}