Add: click custom emojis to zoom in
This commit is contained in:
parent
96c137ec4b
commit
8117ddb6ce
|
@ -45,7 +45,8 @@
|
|||
#bottom .trendtag {
|
||||
height: 40px;
|
||||
}
|
||||
#bottom #group, #demogroup {
|
||||
#bottom #group,
|
||||
#demogroup {
|
||||
margin-right: 40px;
|
||||
}
|
||||
#bottom .leftside {
|
||||
|
@ -58,7 +59,8 @@
|
|||
#bottom #tips img {
|
||||
vertical-align: -3px;
|
||||
}
|
||||
#bottom a, #demogroup a {
|
||||
#bottom a,
|
||||
#demogroup a {
|
||||
color: var(--color);
|
||||
}
|
||||
#bottom i {
|
||||
|
@ -188,6 +190,9 @@ iframe,
|
|||
vertical-align: middle;
|
||||
margin: -1px 0;
|
||||
}
|
||||
.bigemoji {
|
||||
width: 60px !important;
|
||||
}
|
||||
.faicon_FTL {
|
||||
display: none;
|
||||
}
|
||||
|
@ -712,15 +717,15 @@ audio {
|
|||
font-size: 1rem;
|
||||
background-color: #009688;
|
||||
}
|
||||
.box .ui-resizable-s{
|
||||
.box .ui-resizable-s {
|
||||
display: none !important;
|
||||
}
|
||||
.boxIn .ui-resizable-e{
|
||||
.boxIn .ui-resizable-e {
|
||||
display: none !important;
|
||||
}
|
||||
.boxIn .ui-resizable-s{
|
||||
.boxIn .ui-resizable-s {
|
||||
display: block !important;
|
||||
}
|
||||
.box .ui-resizable-se{
|
||||
.box .ui-resizable-se {
|
||||
display: none !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user