Made Delegation Profile Photos round
This commit is contained in:
parent
feb7f6f65c
commit
7c4ff09594
1 changed files with 11 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
Name : Bookface Dark
|
Name : Bookface Dark
|
||||||
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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -1702,6 +1702,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
|
||||||
===========================
|
===========================
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue