跳转到内容

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

此后如竟没有炬火,我便是唯一的光。
物灵留言 | 贡献
无编辑摘要
无编辑摘要
第1行: 第1行:
body{
min-width: 290px;
}
@media screen and (min-width: 982px) {
@media screen and (min-width: 982px) {
#content, :root #left-navigation {
#content, :root #left-navigation {
  margin-left: 0 !important;
margin-left: 0 !important;
} // this is a workaround
} /* this is a workaround*/
}
}
:root .mw-logo-icon { display: none; }
:root .mw-logo-icon { display: none; }

2024年11月4日 (一) 22:07的版本

body{
	min-width: 290px;
}

@media screen and (min-width: 982px) {
	#content, :root #left-navigation {
		margin-left: 0 !important;
	} /* this is a workaround*/
}
:root .mw-logo-icon { display: none; }