mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-11 10:18:07 +09:00
fix codepen aspect ratio
This commit is contained in:
parent
9dc71df02b
commit
9f49193bb0
1 changed files with 1 additions and 1 deletions
2
dist/embed/iframe.html
vendored
2
dist/embed/iframe.html
vendored
|
@ -21,7 +21,7 @@
|
|||
|
||||
.twitter-tweet, .instagram-media { margin: 0px !important; display: inline-flex !important; }
|
||||
.gist-file { margin: 0px !important; }
|
||||
.cp_embed_iframe { border: 0px !important; }
|
||||
.cp_embed_iframe { border: 0px !important; height: auto; aspect-ratio: 16/9; }
|
||||
|
||||
html.align1 .twitter-tweet, body.align1 .instagram-media { justify-content: center; }
|
||||
html.align2 .twitter-tweet, body.align2 .instagram-media { justify-content: flex-end; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue