2,719
回編集
編集の要約なし |
編集の要約なし タグ: 差し戻し済み |
||
| 1,275行目: | 1,275行目: | ||
color: var(--ts-muted); | color: var(--ts-muted); | ||
font-size: .82rem; | font-size: .82rem; | ||
} | |||
/* 新着記事・最近更新 */ | |||
.ts-update-list { | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
list-style: none !important; | |||
} | |||
.ts-update-list li { | |||
display: flex; | |||
align-items: baseline; | |||
justify-content: space-between; | |||
gap: 10px; | |||
margin: 0 !important; | |||
padding: 5px 0 !important; | |||
border-bottom: 1px dotted #d8dfe8; | |||
} | |||
.ts-update-list li:last-child { | |||
border-bottom: 0; | |||
} | |||
.ts-update-title { | |||
min-width: 0; | |||
} | |||
.ts-update-date { | |||
flex-shrink: 0; | |||
color: var(--ts-muted); | |||
font-size: .78rem; | |||
white-space: nowrap; | |||
} | } | ||