summaryrefslogtreecommitdiffstats
path: root/assets/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/default.css')
-rw-r--r--assets/css/default.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 42f6958f..23649f8f 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -322,6 +322,30 @@ p.video-data { margin: 0; font-weight: bold; font-size: 80%; }
/*
+ * Comments & community posts
+ */
+
+#comments {
+ max-width: 800px;
+ margin: auto;
+}
+
+.video-iframe-wrapper {
+ position: relative;
+ height: 0;
+ padding-bottom: 56.25%;
+}
+
+.video-iframe {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ border: none;
+}
+
+/*
* Footer
*/