From 229a0a5b51d84b83964601ca9558f790b01907a2 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 7 Apr 2015 22:53:19 -0700 Subject: [PATCH] Impose max height on thread watcher when not fixed rather than when not toggleable. #40 --- src/General/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index 1a668ce11..d50ec0e8c 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -803,7 +803,7 @@ span.hide-announcement { :root.fixed-watcher #thread-watcher { position: fixed; } -:root:not(.toggleable-watcher) #thread-watcher:not(:hover) { +:root:not(.fixed-watcher) #thread-watcher:not(:hover) { max-height: 210px; overflow-y: hidden; }