跳转到内容

MediaWiki:Vector-2022.css:修订间差异

撤销ZheiZhei讨论)的修订版本149
标签撤销
大型表格移动端可读性增强
第12行: 第12行:
color: #F34F6D;
color: #F34F6D;
}
}
.nomobile {
  display: none !important;
}
/* 移动端表格显示优化 */
.wikitable {
.wikitable {
display: table !important;
display: table !important;
width: 100%;
width: 100%;
}
word-break: keep-all;
.nomobile {
  display: none !important;
}
}