initial commit
This commit is contained in:
6675
.obsidian/plugins/convert-url-to-iframe/main.js
vendored
Normal file
6675
.obsidian/plugins/convert-url-to-iframe/main.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
9
.obsidian/plugins/convert-url-to-iframe/manifest.json
vendored
Normal file
9
.obsidian/plugins/convert-url-to-iframe/manifest.json
vendored
Normal 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
|
||||
}
|
||||
26
.obsidian/plugins/convert-url-to-iframe/styles.css
vendored
Normal file
26
.obsidian/plugins/convert-url-to-iframe/styles.css
vendored
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user