mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 03:35:57 +00:00
grid: add a header icon (and a hotkey) to toggle article span entire row
This commit is contained in:
@@ -680,6 +680,9 @@ body.ttrss_main #headlines-frame[data-is-cdm="true"][data-is-cdm-expanded="true"
|
||||
border-bottom-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
body.ttrss_main #headlines-frame[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .cdm.expanded .header .icon-grid-span {
|
||||
display: inline;
|
||||
}
|
||||
body.ttrss_main #headlines-frame[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .cdm.expanded .header .feed {
|
||||
display: none;
|
||||
}
|
||||
@@ -1031,10 +1034,14 @@ body.ttrss_main .score-high i.icon-score {
|
||||
body.ttrss_main .score-low i.icon-score {
|
||||
color: #500;
|
||||
}
|
||||
body.ttrss_main i.icon-score {
|
||||
body.ttrss_main i.icon-score,
|
||||
body.ttrss_main i.icon-grid-span {
|
||||
cursor: pointer;
|
||||
color: #777;
|
||||
}
|
||||
body.ttrss_main .icon-grid-span {
|
||||
display: none;
|
||||
}
|
||||
body.ttrss_main .panel {
|
||||
border: 1px solid #ddd;
|
||||
background: #f5f5f5;
|
||||
|
||||
Reference in New Issue
Block a user