Made Delegation Profile Photos round

This commit is contained in:
Random Penguin 2025-03-10 16:44:26 -05:00
parent 7c4ff09594
commit 6c17b5d227

View file

@ -1,8 +1,8 @@
/* /*
Name : Bookface Auto Color Mode Name : Bookface Auto Color Mode
Version : 1.5.11 Version : 1.5.12
Licence : AGPL Licence : AGPL
Created on : 09 Mar 2025 Created on : 10 Mar 2025
Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
*/ */
@ -1706,6 +1706,15 @@ a.tag.label,
color: white; color: white;
border: none; border: none;
} }
/* 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 /* Greater than Full-HD Width
=========================== ===========================
*/ */