aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/recommendations/recommended-videos.component.scss
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-06-12 12:27:37 +0200
committerRigel Kent <sendmemail@rigelk.eu>2020-06-12 12:27:37 +0200
commit46788f21f6c5b4bb301ae60f657b0b75d072aecd (patch)
tree83f0e57b6b8a98756b14f47ec326555d977da9c4 /client/src/app/videos/recommendations/recommended-videos.component.scss
parentd39db21a883d71d101912c0e6e42e97927edb693 (diff)
downloadPeerTube-46788f21f6c5b4bb301ae60f657b0b75d072aecd.tar.gz
PeerTube-46788f21f6c5b4bb301ae60f657b0b75d072aecd.tar.zst
PeerTube-46788f21f6c5b4bb301ae60f657b0b75d072aecd.zip
switch margin-bottom rules to padding-bottom now used in miniature
Diffstat (limited to 'client/src/app/videos/recommendations/recommended-videos.component.scss')
-rw-r--r--client/src/app/videos/recommendations/recommended-videos.component.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/videos/recommendations/recommended-videos.component.scss b/client/src/app/videos/recommendations/recommended-videos.component.scss
index cde62f87f..b278c9654 100644
--- a/client/src/app/videos/recommendations/recommended-videos.component.scss
+++ b/client/src/app/videos/recommendations/recommended-videos.component.scss
@@ -25,3 +25,7 @@
25 font-weight: 600; 25 font-weight: 600;
26 } 26 }
27} 27}
28
29hr {
30 margin-top: 0;
31}