From f9a381eccaf4062d2ac3a7a13fe0e8728d46f007 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 11 Mar 2021 08:35:02 +0300 Subject: grid: add a header icon (and a hotkey) to toggle article span entire row --- themes/light/tt-rss.less | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'themes/light/tt-rss.less') diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less index 688f34010..cc9a66bd6 100644 --- a/themes/light/tt-rss.less +++ b/themes/light/tt-rss.less @@ -792,6 +792,10 @@ body.ttrss_main { border-bottom-width : 0; padding : 4px; + .icon-grid-span { + display : inline; + } + .feed { display : none; } @@ -1220,11 +1224,16 @@ body.ttrss_main { opacity : 0.5; }*/ - i.icon-score { + i.icon-score, i.icon-grid-span { cursor : pointer; color : @color-icon; } + // only shown in grid mode + .icon-grid-span { + display : none; + } + .panel { border : 1px solid @border-default; background : @color-panel-bg; -- cgit v1.2.3