initial commit

This commit is contained in:
Lostecho
2024-09-02 11:27:26 +08:00
commit 1371ce947d
47 changed files with 59571 additions and 0 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;
}