mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 12:49:14 +00:00
grid: add a header icon (and a hotkey) to toggle article span entire row
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user