mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-26 00:29:45 +02:00
chore(editor): update editor, add embed tool (#142)
* update editor * add embed tool * prod bundle
This commit is contained in:
parent
3552105e38
commit
059cfb96f9
10 changed files with 62 additions and 56 deletions
|
@ -484,3 +484,17 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.block-embed {
|
||||
margin: 0;
|
||||
|
||||
&__iframe {
|
||||
width: 100%;
|
||||
height: 450px;
|
||||
border: 0;
|
||||
|
||||
@media (--mobile) {
|
||||
height: 200px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue