From 2ce949454f5305be2bf3b1a66385b1c16cbb791f Mon Sep 17 00:00:00 2001 From: MahdiTurki Date: Mon, 27 Apr 2020 20:14:40 +0100 Subject: Add hide list --- .../about-follows/about-follows.component.html | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'client/src/app/+about/about-follows/about-follows.component.html') diff --git a/client/src/app/+about/about-follows/about-follows.component.html b/client/src/app/+about/about-follows/about-follows.component.html index 50e00b651..a05c40184 100644 --- a/client/src/app/+about/about-follows/about-follows.component.html +++ b/client/src/app/+about/about-follows/about-follows.component.html @@ -6,10 +6,16 @@
This instance does not have instances followers.
- {{ follower }} + {{follower}} - - Show full list + + + {{ follower }} + + + + Show full list + Show less
@@ -28,8 +34,14 @@ {{ following }} - - Show full list + + + {{ following }} + + + + Show full list + Show less
-- cgit v1.2.3