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

来自希服维基
无编辑摘要
无编辑摘要
第1行: 第1行:
#siteNotice {
margin: 0;
}
@media only screen and not (min-width: 720px) {
@media only screen and not (min-width: 720px) {
.mw-logo {
.mw-logo {

2025年9月8日 (一) 16:27的版本

#siteNotice {
	margin: 0;
}

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

/* 窄屏幕图片排版修正 */

@media only screen and not (min-width: 720px) {
    figure[typeof~='mw:File/Thumb'][typeof~='mw:File/Thumb'],
    figure[typeof~='mw:File/Frame'][typeof~='mw:File/Frame'] {
        margin: auto;
        float: none;
    }
}

figure[typeof*='mw:File'] img {
    max-width: calc(100vw - 4.5rem);
    height: auto;
}