aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-follows/about-follows.component.scss
diff options
context:
space:
mode:
authorMahdiTurki <mahditurki123@yahoo.fr>2020-04-27 12:37:18 +0100
committerChocobozzz <me@florianbigard.com>2020-12-14 09:57:41 +0100
commitbd49f8e988429447747e34533df5eab5b7bed210 (patch)
tree173112cce1ee70dc5dfe27ba32c3c8130f2e7fe6 /client/src/app/+about/about-follows/about-follows.component.scss
parent49c4dd7ec32e210537e98aca11a391c025224c0f (diff)
downloadPeerTube-bd49f8e988429447747e34533df5eab5b7bed210.tar.gz
PeerTube-bd49f8e988429447747e34533df5eab5b7bed210.tar.zst
PeerTube-bd49f8e988429447747e34533df5eab5b7bed210.zip
Change button
Diffstat (limited to 'client/src/app/+about/about-follows/about-follows.component.scss')
-rw-r--r--client/src/app/+about/about-follows/about-follows.component.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/client/src/app/+about/about-follows/about-follows.component.scss b/client/src/app/+about/about-follows/about-follows.component.scss
index 32a015e89..f01484702 100644
--- a/client/src/app/+about/about-follows/about-follows.component.scss
+++ b/client/src/app/+about/about-follows/about-follows.component.scss
@@ -17,6 +17,8 @@ a {
17 justify-content: flex-start; 17 justify-content: flex-start;
18} 18}
19 19
20#showMore { 20.showMore {
21 color: black; 21 @include peertube-button-link;
22 padding: 0;
23 text-align: left;
22} 24}