跳到内容

MediaWiki:Common.css:修订间差异

添加27字节 、​ 2021年7月15日 (星期四)
无编辑摘要
(修复错误)
无编辑摘要
第99行: 第99行:


.songbox > div {
.songbox > div {
   display: flex;
   justify-content: center;
   align-items: center;
word-wrap: break-word;
word-wrap: break-word;
border-bottom: 1px solid #eaecf0;
border-bottom: 1px solid #eaecf0;
第109行: 第106行:
white-space: nowrap;
white-space: nowrap;
box-sizing: border-box;
box-sizing: border-box;
}
.songbox > div:not(.data){
display: flex;
   justify-content: center;
   align-items: center;
}
}