MediaWiki:Vector-2022.css:修订间差异
MediaWiki界面页面
更多操作
小无编辑摘要 |
小无编辑摘要 |
||
| (未显示同一用户的1个中间版本) | |||
| 第31行: | 第31行: | ||
} | } | ||
/* 隐藏 Vector 2022 的 opt-out 链接 */ | |||
#p-navigation + .mw-sidebar-action { | #p-navigation + .mw-sidebar-action { | ||
display: none; | display: none; | ||
} | |||
/* 窗口过窄时隐藏 logo */ | |||
@media not screen and (min-width: 496px) { | |||
.mw-logo { | |||
display: none; | |||
} | |||
} | } | ||
2023年5月6日 (六) 23:17的最新版本
/* 更紧凑的 editOptions */
.editOptions {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 1rem;
gap: 0.5rem;
}
#wpSummaryLabel {
width: 100%;
}
#wpSummaryLabel .oo-ui-fieldLayout-body {
display: flex;
align-items: center;
}
#wpSummaryLabel .oo-ui-fieldLayout-field {
flex: 1;
}
#wpSummaryWidget {
margin-bottom: 0 !important;
}
#editpage-copywarn {
display: none;
}
#wpSaveWidget,#wpPreviewWidget,#wpDiffWidget {
margin-top: 0;
}
#mw-editform-cancel {
margin: 0;
}
/* 隐藏 Vector 2022 的 opt-out 链接 */
#p-navigation + .mw-sidebar-action {
display: none;
}
/* 窗口过窄时隐藏 logo */
@media not screen and (min-width: 496px) {
.mw-logo {
display: none;
}
}