From d096dbe276e10733795f332979089efb915a6d02 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Thu, 15 Dec 2022 11:10:28 -0500 Subject: [PATCH] [frio] Re-hide the forum contact row in network page --- view/theme/frio/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index caa24ceb9..6ce7356d3 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1260,7 +1260,7 @@ aside .vcard #wallmessage-link { color: $font_color; font-size: 12px; } -.network-content-wrapper > #viewcontact_wrapper-network, +.network-content-wrapper > .generic-page-wrapper, #nav-short-info .contact-wrapper .contact-photo-overlay, #nav-short-info .contact-wrapper .contact-actions { display: none;