From 0ae3a3e8d6d1ec0247ee611819acb6453de13667 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 4 Nov 2016 16:57:09 -0700 Subject: [PATCH] Hide EXIF data in /p/ catalog except on hover. --- src/css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index ae039dd1a..12bb8e1de 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -831,10 +831,12 @@ div[data-checked="false"] > .suboption-list { .catalog-container:not(:hover) > * > .postInfo > :not(.subject), .catalog-container:not(:hover) > * > .catalog-replies, .catalog-container:not(:hover) .extra-linebreak, +.catalog-container:not(:hover) .abbr, :root:not(.catalog-hover-expand) .catalog-container > * > .file, :root:not(.catalog-hover-expand) .catalog-container > * > .postInfo > :not(.subject), :root:not(.catalog-hover-expand) .catalog-container > * > .catalog-replies, :root:not(.catalog-hover-expand) .catalog-container .extra-linebreak, +:root:not(.catalog-hover-expand) .catalog-container .abbr, .catalog-thread > .catalog-container > :not(.catalog-post), .catalog-post > .file > :not(.fileText), .catalog-post > * > .fileText > :not(:first-child), @@ -922,10 +924,14 @@ div[data-checked="false"] > .suboption-list { .catalog-post .MathJax_Display { text-align: center !important; } +.catalog-container:not(:hover) .exif, +:root:not(.catalog-hover-expand) .catalog-container .exif { + display: none !important; +} .catalog-post > * > .exif { border-collapse: collapse; } -.catalog-post > * > .exif[style*="display: block;"] { +:root.catalog-hover-expand .catalog-container:hover .exif[style*="display: block;"] { display: inline-block !important; } .catalog-post > * > .exif,