From 17c55b41d5508cc82f41d113e271009f4057335b Mon Sep 17 00:00:00 2001 From: krahets Date: Tue, 14 Jan 2025 02:37:01 +0800 Subject: [PATCH] build --- overrides/stylesheets/extra.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/overrides/stylesheets/extra.css b/overrides/stylesheets/extra.css index 06421472a..70be64b95 100644 --- a/overrides/stylesheets/extra.css +++ b/overrides/stylesheets/extra.css @@ -461,9 +461,8 @@ a:hover .text-button span { } .profile-cell { - flex: 1; /* even distribution */ - flex-basis: 20%; - margin: 1em 0.5em; + flex: 1 1 15%; + margin: 1em 0; text-align: center; } @@ -524,6 +523,10 @@ a:hover .text-button span { .text-button { margin: 0.7em auto; } + + .profile-cell{ + flex: 1 1 30%; + } } .video-container {