「MediaWiki:Mobile.css」の版間の差分

編集の要約なし
編集の要約なし
タグ: 差し戻し済み
編集の要約なし
タグ: 差し戻し済み
800行目: 800行目:
.ts-chron-detail a {
.ts-chron-detail a {
     color: var(--chron-blue);
     color: var(--chron-blue);
}
@media screen and (max-width: 360px) {
    .ts-chron-entry {
        padding-left: 24px;
    }
    .ts-chron-event {
        font-size: .89rem;
    }
    .ts-chron-summary {
        font-size: .79rem;
    }
    .ts-chron-date {
        font-size: .73rem;
    }
    .ts-chron-list::before {
        left: 7px;
    }
    .ts-chron-entry::before {
        left: 3px;
    }
}
}