1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | /*噗文滑動展開(短噗可能無感)*/ #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; } /*噗文滑動展開(寬度)*/ #timeline_holder .plurk { min-width:270px; max-width:270px; transition:min-width 1.2s, max-width 1.2s; } #timeline_holder .display { min-width:400px; max-width:400px; width:auto; } #timeline_holder .plurk_box { min-width:500px; max-width:500px; width:auto; } #timeline_holder .plurk table { width:100%; } .td_response_count { position:absolute; width:auto; } #form_holder { width:0!important; display:block!important; transition:width 1.2s; overflow:hidden; } #form_holder[style^="display: block;"] { width:480px!important; } |
Direct link: https://paste.plurk.com/show/3L95ubA8vahUNjPKty2o