Created
March 13, 2021 00:34
-
-
Save jonio-uhei/741d2e0bba5a60036608dae9edee685d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*↓にcssを効かせたい時*/ | |
.method .display-flex img { | |
width: 216px!important; | |
height: 133px!important; | |
object-fit: cover!important; | |
} | |
/*クラスを↓にする*/ | |
_:lang(x)+_:-webkit-full-screen-document, .method .display-flex img { | |
width: 216px!important; | |
height: 133px!important; | |
object-fit: cover!important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment