mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-06 02:24:27 +02:00
Fixed transparent friends in common list
This commit is contained in:
parent
1d3b333cc4
commit
b4a4c71081
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
/*
|
||||
Name : Bookface Light
|
||||
Version : 1.7.0
|
||||
Version : 1.7.1
|
||||
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
|
||||
*/
|
||||
|
||||
|
@ -591,6 +591,9 @@ ul.nav-tabs {
|
|||
display: block;
|
||||
padding-right: 30px;
|
||||
}
|
||||
#rfic-desc, #remote-friends-in-common {
|
||||
background-color: var(--content-bg);
|
||||
}
|
||||
#contact-edit-status-wrapper {
|
||||
margin: 15px 0px !important;
|
||||
border-radius: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue