Add: click custom emojis to zoom in

This commit is contained in:
Cutls 2019-10-03 01:37:33 +09:00
parent 96c137ec4b
commit 8117ddb6ce

View File

@ -45,7 +45,8 @@
#bottom .trendtag { #bottom .trendtag {
height: 40px; height: 40px;
} }
#bottom #group, #demogroup { #bottom #group,
#demogroup {
margin-right: 40px; margin-right: 40px;
} }
#bottom .leftside { #bottom .leftside {
@ -58,7 +59,8 @@
#bottom #tips img { #bottom #tips img {
vertical-align: -3px; vertical-align: -3px;
} }
#bottom a, #demogroup a { #bottom a,
#demogroup a {
color: var(--color); color: var(--color);
} }
#bottom i { #bottom i {
@ -188,6 +190,9 @@ iframe,
vertical-align: middle; vertical-align: middle;
margin: -1px 0; margin: -1px 0;
} }
.bigemoji {
width: 60px !important;
}
.faicon_FTL { .faicon_FTL {
display: none; display: none;
} }
@ -712,15 +717,15 @@ audio {
font-size: 1rem; font-size: 1rem;
background-color: #009688; background-color: #009688;
} }
.box .ui-resizable-s{ .box .ui-resizable-s {
display: none !important; display: none !important;
} }
.boxIn .ui-resizable-e{ .boxIn .ui-resizable-e {
display: none !important; display: none !important;
} }
.boxIn .ui-resizable-s{ .boxIn .ui-resizable-s {
display: block !important; display: block !important;
} }
.box .ui-resizable-se{ .box .ui-resizable-se {
display: none !important; display: none !important;
} }