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

来自希服维基
跳到导航 跳到搜索
无编辑摘要
无编辑摘要
 
第1行: 第1行:
.mw-logo {
@media only screen and not (min-width: 720px) {
min-width: 0;
}
@media (min-width: 720px) {
.mw-logo {
.mw-logo {
     min-width: 13.875em;
     min-width: 0;
}
}
}
}

2024年9月12日 (四) 09:28的最新版本

@media only screen and not (min-width: 720px) {
	.mw-logo {
    	min-width: 0;
	}
}