1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | /*訊息篩選移至河道上方*/ .timeline_control { /*所有訊息上移*/ top: 88px; } #timeline_control_holder { /*向下展開*/ bottom: auto; top: 0; } #updater { /*未讀靠上對齊*/ bottom: auto; top: 0; margin-top: 6px; } #timeline_control_holder ul {/*排列反轉*/ display: flex; flex-direction: column-reverse; } |
Direct link: https://paste.plurk.com/show/2FQoSgFkv5nNOhDB9lVl