From 33c603980ee9c75a9b146a3e2cb306071281303d Mon Sep 17 00:00:00 2001 From: Ruben Date: Sat, 2 Aug 2025 00:16:33 -0500 Subject: [PATCH] fix profile icons on cards --- static/custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/custom.css b/static/custom.css index c90e68a1..60fb3240 100644 --- a/static/custom.css +++ b/static/custom.css @@ -378,7 +378,8 @@ label.Select svg { } /* buttons on other profiles are just really weird */ -.main .panel-default .user-card .user-buttons { +.main .panel-default .user-card .user-buttons, +.user-card .panel-heading .user-info .container .user-buttons { display: flex; flex-direction: row;