From 4faa43766d8271cdc3a292d03dc87ed86c44f1dc Mon Sep 17 00:00:00 2001 From: Raroun Date: Tue, 26 Dec 2023 16:39:08 +0100 Subject: [PATCH] Added collapsable support for remote friends in common in vier theme --- view/theme/vier/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index b2ef72f5f5..24265e899f 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -221,12 +221,21 @@ div.pager { margin-bottom: 5px; */ } -.birthday-notice, .event-notice { +.birthday-notice, .event-notice, #rfic-desc { margin-top: 5px; margin-bottom: 5px; background-color: #F5F5F5; } +#remote-friends-in-common-wrapper { + display: none; +} + +#rfic-desc { + cursor:pointer; +} + + #live-network { /* border-bottom: 1px solid #BDCDD4; */ border-bottom: 1px solid #D2D2D2;