Added collapsable support for remote friends in common in vier theme

This commit is contained in:
Raroun 2023-12-26 16:39:08 +01:00 committed by GitHub
parent bfc11495f3
commit 4faa43766d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,12 +221,21 @@ div.pager {
margin-bottom: 5px; */ margin-bottom: 5px; */
} }
.birthday-notice, .event-notice { .birthday-notice, .event-notice, #rfic-desc {
margin-top: 5px; margin-top: 5px;
margin-bottom: 5px; margin-bottom: 5px;
background-color: #F5F5F5; background-color: #F5F5F5;
} }
#remote-friends-in-common-wrapper {
display: none;
}
#rfic-desc {
cursor:pointer;
}
#live-network { #live-network {
/* border-bottom: 1px solid #BDCDD4; */ /* border-bottom: 1px solid #BDCDD4; */
border-bottom: 1px solid #D2D2D2; border-bottom: 1px solid #D2D2D2;