summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-11 08:35:02 +0300
committerAndrew Dolgov <[email protected]>2021-03-11 08:35:02 +0300
commitf9a381eccaf4062d2ac3a7a13fe0e8728d46f007 (patch)
treef72ed0f034837e2a60b9c1c748651604ba848c59 /themes/light
parent27ab16b6dc649fbda0ee329b42f1882623f9cba6 (diff)
grid: add a header icon (and a hotkey) to toggle article span entire row
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/tt-rss.less11
1 files changed, 10 insertions, 1 deletions
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;