1
2
3
4
5
6
7
/*噗文互動小於3表情符號節省空間*/
.cboxAnchor:not(.response):not(.plurk_box) .reactions:has(> :last-child:nth-child(2)),
.cboxAnchor:not(.response):not(.plurk_box) .reactions:has(> :last-child:nth-child(4)),
.cboxAnchor:not(.response):not(.plurk_box) .reactions:has(> :last-child:nth-child(5)),
.cboxAnchor:not(.response):not(.plurk_box) .reactions:has(> :last-child:nth-child(6)) {
margin-bottom: -27px;
}