added styles for embedding

This commit is contained in:
Palanikannan1437 2023-10-30 10:00:31 +05:30
parent a4171552e1
commit 6a96278cd5

View File

@ -229,3 +229,23 @@ ul[data-type="taskList"] li[data-checked="true"] > div > p {
.ProseMirror table * .is-empty::before {
opacity: 0;
}
/* iframe */
.iframe-wrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
width: 100%;
height: auto;
}
.iframe-wrapper.ProseMirror-selectednode {
outline: 3px solid #68cef8;
}
.iframe-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}