????JFIF??x?x????'
| Server IP : 104.21.30.238 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /././home/./tempvsty/pontiacques.org/wp-content/plugins/youtube-embed-plus/src/block/ |
Upload File : |
/**
* #.# Editor Styles
*
* CSS for just Backend enqueued after style.scss
* which makes it higher in priority.
*/
.components-modal__frame.epytblock__modal {
position: absolute;
top: 25px;
left: 50% !important;
transform: translateX(-50%) !important;
width: 950px;
max-width: 90%;
height: calc(100vh - 50px);
max-height: calc(100vh - 50px);
.components-modal__header {
margin: 0;
}
.components-modal__content {
padding: 0;
> div:not([class]) {
height: 100%;
width: 100%;
display: block;
}
}
iframe {
width: 100%;
height: calc(100% - 60px);
display: block;
}
}
.epytblock {
.components-placeholder__fieldset {
max-width: 100%;
}
}
/*.edit-post-visual-editor
.block-editor-block-list__block[data-type="epyt/youtube"]
> div:first-child {
padding-top: 16px;
padding-bottom: 16px;
}
*/
.wp-block {
&[data-type="epyt/youtube"] {
> div {
&::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
cursor: pointer;
}
}
&.is-selected > div,
> div.components-placeholder {
&::after {
display: none;
}
}
}
}