MediaWiki:Common.css:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第81行: | 第81行: | ||
.hp-banner-nav { | .hp-banner-nav { | ||
flex: | flex: 0 0 auto !important; /* 不再强制拉伸占据剩余空间 */ | ||
display: flex !important; | |||
align-items: center !important; | |||
justify-content: center !important; | |||
border-left: 1px solid rgba(255, 255, 255, 0.2) !important; | border-left: 1px solid rgba(255, 255, 255, 0.2) !important; | ||
padding-left: 30px; | padding-left: 30px !important; | ||
margin-left: 20px !important; | |||
} | } | ||