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

編集の要約なし
編集の要約なし
タグ: 差し戻し済み
編集の要約なし
タグ: 差し戻し済み
1,106行目: 1,106行目:
     font-size: .72rem;
     font-size: .72rem;
     line-height: 1.5;
     line-height: 1.5;
}
/* =========================================================
  年表:モバイル用コンパクト表示
  ========================================================= */
.ts-chron-entry,
.ts-fullchron-entry {
    min-height: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 12px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.ts-chron-summary,
.ts-fullchron-summary {
    margin-top: 3px;
    line-height: 1.65;
}
.ts-chron-detail,
.ts-fullchron-detail {
    margin-top: 5px;
}
.ts-fullchron-meta {
    display: block !important;
    width: 100% !important;
}
.ts-fullchron-meta-row {
    display: grid !important;
    grid-template-columns: 3.5em minmax(0, 1fr) !important;
    gap: 6px;
    width: 100% !important;
    margin: 2px 0;
}
.ts-fullchron-meta-label {
    white-space: nowrap;
}
.ts-fullchron-meta-value {
    min-width: 0 !important;
    width: auto !important;
    word-break: normal;
    overflow-wrap: break-word;
}
}