1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
/* 表符群組增高器 */

/* 調整行高 */
#emoticon-tabs{
    height: auto;
}

#emoticon-tabs ul{
    white-space: normal;
}

/* 移除箭咀 */
#emoticon-tabs.show-arrow ul{
    margin: 0;
}
.pif-back::before{
    content: '';
}
.pif-next::before{
    content: '';
}