diff options
| author | ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com> | 2023-09-27 18:40:50 -0400 |
|---|---|---|
| committer | ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com> | 2023-09-28 18:09:45 -0400 |
| commit | f77e4378fe1ee69d0cf8adced1c8eef8140896ee (patch) | |
| tree | 1345761020ba32f178423dd199651ad6456d4b9d /assets/css | |
| parent | 4f25069f55b5ee87bb214a975d97522155bffc2c (diff) | |
| download | invidious-f77e4378fe1ee69d0cf8adced1c8eef8140896ee.tar.gz invidious-f77e4378fe1ee69d0cf8adced1c8eef8140896ee.tar.bz2 invidious-f77e4378fe1ee69d0cf8adced1c8eef8140896ee.zip | |
Add support for viewing comments without js
Improve stylings
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/default.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css index 69fe8d5f..b4053b5c 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -397,6 +397,14 @@ p.video-data { margin: 0; font-weight: bold; font-size: 80%; } 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; |
