summaryrefslogtreecommitdiffstats
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/default.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 6e807f3c..8e809dea 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -201,3 +201,16 @@ div {
background-size: cover;
object-fit: cover;
}
+
+#player {
+ position: absolute;
+ left: 0;
+ top: 0;
+ height: 100%;
+}
+
+#player-container {
+ position: relative;
+ padding-bottom: 56.25%;
+ height: 0;
+}