1
 2
 3
 4
 5
 6
 7
 8
 9
10
/*訊息篩選移至河道上方,按鈕向右展開*/

.timeline_control { top: 88px; } /*所有訊息上移*/
#timeline_control_holder { bottom: auto; top: 0; } /*靠上對齊*/
#updater { bottom: auto; top: 32px; margin-top: 6px; }/**/ /*未讀靠上對齊*/
#filter_tab a { height: 25px; margin-top: 6px; } /*按鈕不收起*/
#filter_tab { display: flex; position: absolute; flex-direction: row-reverse; } /*排列反轉*/
#filter_tab li a { width: 120px; margin-left: 10px; } /*按鈕固定寬度*/
#filter_tab li a.no_unread { display: none; }
#timeline_holder {margin-top: 40px;} /*河道下移*/