1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* 噗文能出現的範圍 */
#timeline_cnt {
top: 5% !important;
left: 20% !important; /* 調整左邊距離 */
right: 5% !important; /* 調整右邊距離 */
width: 90% !important; /* 調整寬度 */
height: 50% !important;
overflow-y: visible !important;
}
/* 避免噗文展開後被切掉 */
#timeline_cnt,
.block_cnt {
overflow-y: visible !important;
}
.div_inner {
height: auto !important;
position: absolute;
top: 0;
bottom: 0;
}