Fixed transparent friends in common list

This commit is contained in:
Random Penguin 2025-05-15 14:06:59 -05:00
parent b4a4c71081
commit f393644de7

View file

@ -1,8 +1,8 @@
/* /*
Name : Bookface Dark Name : Bookface Dark
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 @@ 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;