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 11:18:24 +0100
committerChocobozzz <me@florianbigard.com>2020-12-14 09:57:41 +0100
commit49c4dd7ec32e210537e98aca11a391c025224c0f (patch)
tree66220d130478cc2eba43e474e8c5a656535a5040 /client/src/app/+about/about-follows/about-follows.component.scss
parent5721fd8374e732c4dfa149c54a800db74591c245 (diff)
downloadPeerTube-49c4dd7ec32e210537e98aca11a391c025224c0f.tar.gz
PeerTube-49c4dd7ec32e210537e98aca11a391c025224c0f.tar.zst
PeerTube-49c4dd7ec32e210537e98aca11a391c025224c0f.zip
Add button to display full list in About page
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.scss4
1 files changed, 4 insertions, 0 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 c6114d270..32a015e89 100644
--- a/client/src/app/+about/about-follows/about-follows.component.scss
+++ b/client/src/app/+about/about-follows/about-follows.component.scss
@@ -16,3 +16,7 @@ a {
16.no-results { 16.no-results {
17 justify-content: flex-start; 17 justify-content: flex-start;
18} 18}
19
20#showMore {
21 color: black;
22}