打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

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

MediaWiki界面页面
DGCK81LNN留言 | 贡献
创建页面,内容为“更紧凑的 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,#wpDif…”
 
DGCK81LNN留言 | 贡献
无编辑摘要
第29行: 第29行:
#mw-editform-cancel {
#mw-editform-cancel {
margin: 0;
margin: 0;
}
#p-navigation + .mw-sidebar-action {
display: none;
}
}

2023年2月26日 (日) 13:03的版本

/* 更紧凑的 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;
}

#p-navigation + .mw-sidebar-action {
	display: none;
}