1 2 3 4 5 6 7 8 9 | /*隱藏已經消音的噗***/ .muted { filter:alpha(opacity=0) ; opacity:0 ; height:0 !important ; width:0 !important ; overflow:hidden ; zoom:1 ; } |
Direct link: https://paste.plurk.com/show/AR0u0r1uGLUCRZFG5O1m
1 2 3 4 5 6 7 8 9 | /*隱藏已經消音的噗***/ .muted { filter:alpha(opacity=0) ; opacity:0 ; height:0 !important ; width:0 !important ; overflow:hidden ; zoom:1 ; } |