1
2
3
4
5
6
/*噗文滑動展開(短噗可能無感)*/
#timeline_holder .plurk .text_holder { transition:max-height 2.4s; }
#timeline_holder .display .text_holder { max-height:300px!important; }
/*功能按鈕一起滑動展開*/
.timeline-cnt .plurk .manager { display:block; height:0; overflow:hidden; transition:height .6s; }
.timeline-cnt .display .manager { height:24px; }