Template:不存在的歌词/style.css

来自Arcaea中文维基
< Template:不存在的歌词
Shift12讨论 | 贡献2025年4月5日 (六) 03:26的版本 (w -_-||| : 投降)
@media only screen and (max-width: 767px) {
	.desktopview {display: none;}
	.mobileview {display: inline;}
}
@media not screen and (min-width: 768px) {
	.desktopview {display: inline;}
	.mobileview {display: none;}
}