1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | /* 噗串篩選 - 按鈕自調大小 */ #filter_tab a { /* 清除外側距離 */ padding: 0; /* 文字隱藏 */ font-size: 0; /* 圓角 */ border-radius: 12px; } #filter_tab a i { /* 清除右側與文字距離 */ margin-right: 0; /* 與外框同尺寸 */ width: 100%; height: 100%; /* 圖案置中 */ display: flex; justify-content: center; align-items: center; /* 圖案大小 */ font-size: 16px; } #filter_tab a.filter_selected, #filter_tab a.has_unread, #filter_tab:hover a.filter_selected, #filter_tab:hover a.has_unread { /* 按鈕高度 */ height: 32px; /* 按鈕寬度 */ width: 32px; } |
Direct link: https://paste.plurk.com/show/FOTRPRzSUA7j384M9pKg