From 48a800e1d27b00c0983cc7356eb5f6d9a61353fd Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 23 Jun 2019 17:28:20 -0700 Subject: [PATCH] Don't show mod contact links in catalog. --- src/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/style.css b/src/css/style.css index 26c98e1b2..64ff45256 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -918,6 +918,7 @@ div[data-checked="false"] > .suboption-list { .catalog-post > .file > :not(.fileText), .catalog-post > * > .fileText > :not(:first-child), .catalog-post > .postInfo > :not(.subject):not(.nameBlock):not(.dateTime), +.catalog-post > .postInfo > .nameBlock > .contact-links, .catalog-post > * > * > .posteruid, :root.bottom-backlinks .catalog-post > .container, .post:not(.catalog-post) > .catalog-link,