You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
260 B
20 lines
260 B
.TUI-Emoji {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
flex-wrap: wrap;
|
|
width: 100%;
|
|
height: 480rpx;
|
|
margin-left: 4vw;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.TUI-emoji-image {
|
|
width: 9vw;
|
|
height: 9vw;
|
|
margin: 2vw;
|
|
}
|
|
|
|
.emoji-image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|