From 7a4aa337bab754b3cd317925ae3bd102b1cb14c7 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Mon, 10 Mar 2025 16:45:06 -0500 Subject: [PATCH] Made Delegation Profile Photos round --- bookface_auto.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bookface_auto.css b/bookface_auto.css index 9f0e8fd..b30ff63 100644 --- a/bookface_auto.css +++ b/bookface_auto.css @@ -1715,6 +1715,15 @@ body.mod-delegation .identity-match-photo img, body.mod-settings #delegation .contact-block-img { border-radius: 100% !important; } +/* Delegation Buttons and Profile Photos */ +body.mod-delegation .identity-match-photo > button { + background-color: transparent !important; + margin-bottom: 10px; +} +body.mod-delegation .identity-match-photo img, +body.mod-settings #delegation .contact-block-img { + border-radius: 100% !important; +} /* Greater than Full-HD Width =========================== */