Merge branch 'iv-org:master' into main

This commit is contained in:
broquemonsieur
2023-10-08 17:26:55 +00:00
committed by GitHub
52 changed files with 2184 additions and 763 deletions

View File

@@ -392,11 +392,19 @@ p.video-data { margin: 0; font-weight: bold; font-size: 80%; }
* Comments & community posts
*/
#comments {
.comments {
max-width: 800px;
margin: auto;
}
/*
* We don't want the top and bottom margin on the post page.
*/
.comments.post-comments {
margin-bottom: 0;
margin-top: 0;
}
.video-iframe-wrapper {
position: relative;
height: 0;