diff options
author | Jesús <heckyel@hyperbola.info> | 2019-05-24 10:04:15 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-05-24 10:04:15 -0500 |
commit | e3fa90e72c3c32f0be37d839d5715de911c3ded9 (patch) | |
tree | 58a86d0cdc5067d9aacc2560790d601466ae2622 | |
parent | 6cfb3e41904c1001f1c1688442bfb3ce461beb13 (diff) | |
download | ytlibre-e3fa90e72c3c32f0be37d839d5715de911c3ded9.tar.lz ytlibre-e3fa90e72c3c32f0be37d839d5715de911c3ded9.tar.xz ytlibre-e3fa90e72c3c32f0be37d839d5715de911c3ded9.zip |
reset styles into embed
-rw-r--r-- | templates/embed.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/embed.tpl b/templates/embed.tpl index b3c4cef..72f85bd 100644 --- a/templates/embed.tpl +++ b/templates/embed.tpl @@ -7,6 +7,12 @@ <link rel="icon" href="templates/images/favicon.png" sizes="192x192" /> <!--Plyr--> <link href="{$styles.plyr}" rel="stylesheet"/> + <style> + body { + margin: 0rem; + padding: 0rem; + } + </style> <script> /* @licstart The following is the entire license notice for the |