From: Andrew Dolgov Date: Sun, 23 Mar 2014 11:27:40 +0000 (+0400) Subject: disable hlfeed badge in widescreen mode X-Git-Tag: 1.13~56 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=943f3b6e4dfe5c74cab6809a00ef0183415ece11 disable hlfeed badge in widescreen mode --- diff --git a/css/tt-rss.css b/css/tt-rss.css index 91fc756e..f336043f 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -590,6 +590,10 @@ div#headlines-frame.wide .hlTitle { white-space : normal; } +div#headlines-frame.wide .hl .hlFeed { + display : none; +} + .hl a.title.high, span.hlContent.high .contentPreview { color : #00aa00; }