mirror of
https://github.com/iv-org/invidious.git
synced 2025-11-26 03:08:14 +00:00
Merge branch 'iv-org:master' into main
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user