summaryrefslogtreecommitdiffstats
path: root/assets/css/embed.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/embed.css')
-rw-r--r--assets/css/embed.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/css/embed.css b/assets/css/embed.css
new file mode 100644
index 00000000..12fefe58
--- /dev/null
+++ b/assets/css/embed.css
@@ -0,0 +1,10 @@
+#player {
+ position: fixed;
+ right: 0;
+ bottom: 0;
+ min-width: 100%;
+ min-height: 100%;
+ width: auto;
+ height: auto;
+ z-index: -100;
+}