From f6c1251def2701cad12cbe0b029dc705b3f9665e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 1 Jul 2021 17:47:21 +0200 Subject: Use consistent margins --- .../peertube-custom-tags/channel-miniature-markup.component.scss | 2 +- client/src/sass/custom-markup.scss | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'client/src') diff --git a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.scss b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.scss index fd84780fe..39e8d2091 100644 --- a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.scss +++ b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.scss @@ -4,7 +4,7 @@ .channel { padding: 20px; background-color: pvar(--channelBackgroundColor); - margin: 0 30px 30px 0; + margin-bottom: 30px; width: fit-content; } diff --git a/client/src/sass/custom-markup.scss b/client/src/sass/custom-markup.scss index d1729dbda..cecc946a1 100644 --- a/client/src/sass/custom-markup.scss +++ b/client/src/sass/custom-markup.scss @@ -18,3 +18,9 @@ peertube-container { } } } + +peertube-video-miniature, +peertube-playlist-miniature, +peertube-channel-miniature { + margin-right: 30px; +} -- cgit v1.2.3