This commit is contained in:
Alice 2023-09-26 14:38:08 +01:00
parent 14de295a1b
commit af761f133b
223 changed files with 109433 additions and 16949 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,9 @@
{
"id": "convert-url-to-iframe",
"name": "Convert url to preview (iframe)",
"version": "0.5.0",
"description": "Convert an url (ex, youtube) into an iframe (preview)",
"author": "Hachez Floran",
"authorUrl": "https://github.com/FHachez",
"isDesktopOnly": false
}

View file

@ -0,0 +1,26 @@
.iframe__modal {
max-width: 90vw;
}
.iframe__modal .space-y {
margin-top: 1em;
}
.iframe__modal__container {
max-width: 100%;
}
.iframe__modal__container .iframe__container{
min-height: 300px;
}
.iframe__modal__container .iframe__container iframe {
position: relative;
overflow: auto;
resize: both;
max-width: 100%;
}
.iframe__modal__container .button__container {
text-align: center;
}