]> git.mxchange.org Git - friendica.git/commitdiff
Added collapsable support for remote friends in common in vier theme
authorRaroun <Raroun@users.noreply.github.com>
Tue, 26 Dec 2023 15:39:08 +0000 (16:39 +0100)
committerGitHub <noreply@github.com>
Tue, 26 Dec 2023 15:39:08 +0000 (16:39 +0100)
view/theme/vier/style.css

index b2ef72f5f5d2a0784cff86cc80a0566b9cdafbf9..24265e899fb3bd54ff7cbbedb2586d69164642e8 100644 (file)
@@ -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;