mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-20 21:59:41 +02:00
Add Chrome support for mp4 Image block (#63)
This commit is contained in:
parent
404fb4642e
commit
f87fd72fcb
3 changed files with 13 additions and 6 deletions
|
@ -125,7 +125,7 @@
|
|||
text-align: center;
|
||||
|
||||
&__content {
|
||||
img {
|
||||
img, video {
|
||||
vertical-align: bottom;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
@ -135,13 +135,13 @@
|
|||
width: calc(100% + 120px) !important;
|
||||
margin-left: -60px;
|
||||
|
||||
img {
|
||||
img, video {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
&--bordered {
|
||||
img {
|
||||
img, video {
|
||||
border: 3px solid var(--color-line-gray);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
@ -151,7 +151,7 @@
|
|||
padding: 15px;
|
||||
background: var(--color-line-gray);
|
||||
|
||||
img {
|
||||
img, video {
|
||||
max-width: 60%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue