From a7eb0797c9aaae199679101b370131c06a87dacd Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 1 Apr 2026 22:20:18 -0300 Subject: content, css: generateArtistGroupContributionsInfo: be a table --- src/static/css/features.css | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'src/static/css/features.css') diff --git a/src/static/css/features.css b/src/static/css/features.css index b0cb575d..410bf5b9 100644 --- a/src/static/css/features.css +++ b/src/static/css/features.css @@ -1219,21 +1219,26 @@ } } -/* Group-contributions tables */ +/* Group contributions tables */ @layer layout { .group-contributions-table { - display: inline-block; + margin-left: 40px; + border-collapse: collapse; } - .group-contributions-table .group-contributions-row { - display: flex; - justify-content: space-between; + .group-contributions-table td { + padding: 0 0 4px 0; + } + + .group-contributions-table .group-contributions-link-cell { + display: list-item; } - .group-contributions-table .group-contributions-metrics { - margin-left: 1.5ch; + .group-contributions-table .group-contributions-metrics-cell { + padding-left: 1.5ch; white-space: nowrap; + text-align: right; } } -- cgit 1.3.0-6-gf8a5