diff options
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
4 | .channel { | 4 | .channel { |
5 | padding: 20px; | 5 | padding: 20px; |
6 | background-color: pvar(--channelBackgroundColor); | 6 | background-color: pvar(--channelBackgroundColor); |
7 | margin: 0 30px 30px 0; | 7 | margin-bottom: 30px; |
8 | width: fit-content; | 8 | width: fit-content; |
9 | } | 9 | } |
10 | 10 | ||