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

pull/397/head
qkqpttgf 2021-08-04 15:19:50 +08:00 committed by GitHub
parent 638d8b09e3
commit 52de7975c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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-->