Fixed transparent friends in common list
This commit is contained in:
parent
f393644de7
commit
d905c78987
1 changed files with 8 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
Name : Bookface Auto Color Mode
|
Name : Bookface Auto Color Mode
|
||||||
Version : 1.7.0
|
Version : 1.7.1
|
||||||
Licence : AGPL
|
Licence : AGPL
|
||||||
Created on : 03 MAY 2025
|
Created on : 15 MAY 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -591,6 +591,9 @@
|
||||||
display: block;
|
display: block;
|
||||||
padding-right: 30px;
|
padding-right: 30px;
|
||||||
}
|
}
|
||||||
|
#rfic-desc, #remote-friends-in-common {
|
||||||
|
background-color: var(--content-bg);
|
||||||
|
}
|
||||||
#contact-edit-status-wrapper {
|
#contact-edit-status-wrapper {
|
||||||
margin: 15px 0px !important;
|
margin: 15px 0px !important;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
@ -3519,6 +3522,9 @@ header #banner {
|
||||||
display: block;
|
display: block;
|
||||||
padding-right: 30px;
|
padding-right: 30px;
|
||||||
}
|
}
|
||||||
|
#rfic-desc, #remote-friends-in-common {
|
||||||
|
background-color: var(--content-bg);
|
||||||
|
}
|
||||||
#contact-edit-status-wrapper {
|
#contact-edit-status-wrapper {
|
||||||
margin: 15px 0px !important;
|
margin: 15px 0px !important;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue