From d1ce056288c97eea18e17f1b950194678618cefc Mon Sep 17 00:00:00 2001 From: Gabriel Rodríguez Alberich Date: Wed, 14 Dec 2022 18:15:46 +0100 Subject: Show follows and following counts on profile page And let their visibility be configured--- static/css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'static') diff --git a/static/css/style.css b/static/css/style.css index 80a26ab..166a83f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -769,6 +769,18 @@ table.metadata td.name { font-weight: bold; } +.stats { + margin: 0 0 20px 0; +} + +.stats ul { + padding: 0; + list-style: none; + display: flex; + justify-content: start; + gap: 1em; +} + /* Timelines */ .left-column .timeline-name { -- cgit v1.2.3