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
.parts-screen-body.scrollable { | |
padding-bottom: 40vh; | |
} |
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
const NATURAL_NON_ABSOLUTE_ELEMENT = css` | |
display: flex; | |
white-space: wrap; | |
position: relative; | |
/* CHANGE THIS: The padding-top percentage depends on the video's aspect ratio. height / width */ | |
padding: 75% 0 0 0; | |
` | |
const CLASSIC_WEB_CSS_INVISIBLE_TEXT_HACK = css` | |
visibility: hidden; |
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
convert input.png -background transparent -extent 64x64 \ | |
\( input.png -crop 4x4+4+16 -flop \) -geometry +20+48 -composite \ | |
\( input.png -crop 4x4+8+16 -flop \) -geometry +24+48 -composite \ | |
\( input.png -crop 4x12+8+20 -flop \) -geometry +16+52 -composite \ | |
\( input.png -crop 4x12+4+20 -flop \) -geometry +20+52 -composite \ | |
\( input.png -crop 4x12+0+20 -flop \) -geometry +24+52 -composite \ | |
\( input.png -crop 4x12+12+20 -flop \) -geometry +28+52 -composite \ | |
\( input.png -crop 4x4+44+16 -flop \) -geometry +36+48 -composite \ | |
\( input.png -crop 4x4+48+16 -flop \) -geometry +40+48 -composite \ | |
\( input.png -crop 4x12+48+20 -flop \) -geometry +32+52 -composite \ |
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
test2 |