1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | /*名字換行*/ .list .plurk_cnt .td_qual { position:absolute; width:auto; overflow:visible; margin: 0 0.7em; } /*右側無空白*/ .list .plurk_cnt .text_holder { display: inline-block; padding:0.5em 1em; margin: 1.5em 0 0; width:auto !important; min-width: 0; } /*噗主暱稱靠右*/ .list .highlight_owner .td_qual { right: 0px; } /*噗主留言靠右*/ .list .highlight_owner .td_cnt { display: flex; justify-content: flex-end; } /*更改回應最大寬度*/ .list .plurk_cnt .text_holder { max-width: 66%; } |
Direct link: https://paste.plurk.com/show/StCTsm4afceMHTCcTFsK