Styled profile account type
This commit is contained in:
parent
6b82b7a90b
commit
d40575aecf
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Name : Bookface Auto Color Mode
|
||||
Version : 1.5.12
|
||||
Version : 1.5.13
|
||||
Licence : AGPL
|
||||
Created on : 10 Mar 2025
|
||||
Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
|
||||
|
@ -1065,7 +1065,8 @@
|
|||
aside .vcard .about,
|
||||
aside .vcard .xmpp,
|
||||
aside .vcard .matrix,
|
||||
aside .vcard .homepage {
|
||||
aside .vcard .homepage,
|
||||
aside .vcard .account-type {
|
||||
background-color: var(--background-color);
|
||||
padding: 5px;
|
||||
border-radius: 8px;
|
||||
|
@ -3801,7 +3802,8 @@ aside .vcard .p-addr {
|
|||
aside .vcard .about,
|
||||
aside .vcard .xmpp,
|
||||
aside .vcard .matrix,
|
||||
aside .vcard .homepage {
|
||||
aside .vcard .homepage,
|
||||
aside .vcard .account-type {
|
||||
background-color: var(--background-color);
|
||||
padding: 5px;
|
||||
border-radius: 8px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue