background (or other) based on width/height not only width

This commit is contained in:
qkqpttgf
2021-08-04 15:19:50 +08:00
committed by GitHub
parent 638d8b09e3
commit 52de7975c4
+1 -1
View File
@@ -63,7 +63,7 @@
.operatediv_close{position:absolute;right:3px;top:3px;}
.readme{padding:8px;}
.markdown-body, .customfile{padding:20px;text-align:left}
@media only screen and (max-width:480px){
@media only screen and (orientation: portrait){
<!--BackgroundMStart-->
body{background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-image:url("<!--BackgroundMUrl-->");}
<!--BackgroundMEnd-->