aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-20 16:02:59 +0200
committerChocobozzz <me@florianbigard.com>2018-09-20 16:24:59 +0200
commita89368105879d2468a2d474367a68d5c1be99089 (patch)
tree4992fa8f0cc242f3f59b0c7fd88bb3585a017e16 /client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss
parent2860e62e236bb74102fe22f91a300dfeb9a06f40 (diff)
downloadPeerTube-a89368105879d2468a2d474367a68d5c1be99089.tar.gz
PeerTube-a89368105879d2468a2d474367a68d5c1be99089.tar.zst
PeerTube-a89368105879d2468a2d474367a68d5c1be99089.zip
Add a message if the user don't have any subscriptions
Diffstat (limited to 'client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss')
-rw-r--r--client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss b/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss
index 700d516d5..7ac3c910f 100644
--- a/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss
+++ b/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss
@@ -36,6 +36,8 @@
36 36
37 .actor-owner { 37 .actor-owner {
38 @include actor-owner; 38 @include actor-owner;
39
40 margin-top: 0;
39 } 41 }
40} 42}
41 43