summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorGabriel Rodríguez Alberich2022-12-14 18:15:46 +0100
committerGitHub2022-12-14 10:15:46 -0700
commitd1ce056288c97eea18e17f1b950194678618cefc (patch)
treef090c5da442348d7bf35a374cb4efc167e03d311 /static
parent0d8b7db2729d94338824c748901637c625c103b0 (diff)
downloadtakahe-d1ce056288c97eea18e17f1b950194678618cefc.tar.gz
takahe-d1ce056288c97eea18e17f1b950194678618cefc.tar.bz2
takahe-d1ce056288c97eea18e17f1b950194678618cefc.zip
Show follows and following counts on profile page
And let their visibility be configured
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css12
1 files changed, 12 insertions, 0 deletions
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 {