From c4a051712bc7385967a21895d025962e317c7870 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 16 Jun 2022 16:10:12 +0200 Subject: Cleanup title-page CSS --- .../+video-watch/shared/comment/video-comments.component.html | 2 +- .../shared/recommendations/recommended-videos.component.html | 5 ++--- .../shared/recommendations/recommended-videos.component.scss | 8 ++------ 3 files changed, 5 insertions(+), 10 deletions(-) (limited to 'client/src/app/+videos/+video-watch') diff --git a/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.html b/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.html index a54df97cd..e27942e66 100644 --- a/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.html +++ b/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.html @@ -1,6 +1,6 @@
-

+

{totalNotDeletedComments, plural, =0 {Comments} =1 {1 Comment} other {{{totalNotDeletedComments}} Comments}}

diff --git a/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html b/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html index e493ad8d7..5ac801622 100644 --- a/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html +++ b/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html @@ -1,9 +1,8 @@
-

- Other videos -

+

Other videos

+
diff --git a/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.scss b/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.scss index 784d0e961..5b1bf9cab 100644 --- a/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.scss +++ b/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.scss @@ -8,18 +8,14 @@ margin-bottom: 25px; flex-wrap: wrap-reverse; - .title-page.active, - .title-page.title-page-single { + .title-page { @include margin-right(.5rem !important); margin-bottom: unset; + margin-top: 0; } } -.title-page { - margin-top: 0; -} - .title-page-autoplay { @include margin-left(auto); -- cgit v1.2.3