aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/accounts.component.scss
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2021-01-12 01:18:34 +0100
committerRigel Kent <sendmemail@rigelk.eu>2021-01-12 01:18:34 +0100
commit490109c7660657320d7d67a3b662e5d969dae3dd (patch)
treed39e573650b785950c29f1e1365c133a9cdb63c9 /client/src/app/+accounts/accounts.component.scss
parent2522fea71b833b4f0091d9471c379c547c37f8de (diff)
downloadPeerTube-490109c7660657320d7d67a3b662e5d969dae3dd.tar.gz
PeerTube-490109c7660657320d7d67a3b662e5d969dae3dd.tar.zst
PeerTube-490109c7660657320d7d67a3b662e5d969dae3dd.zip
better subscribe button display for accounts
Diffstat (limited to 'client/src/app/+accounts/accounts.component.scss')
-rw-r--r--client/src/app/+accounts/accounts.component.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/+accounts/accounts.component.scss b/client/src/app/+accounts/accounts.component.scss
index e6ab3c036..40c6b6493 100644
--- a/client/src/app/+accounts/accounts.component.scss
+++ b/client/src/app/+accounts/accounts.component.scss
@@ -89,6 +89,10 @@ my-user-moderation-dropdown,
89 text-align: center; 89 text-align: center;
90 } 90 }
91 } 91 }
92
93 .right-buttons {
94 margin-left: 0;
95 }
92 } 96 }
93 } 97 }
94} 98}