1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

make a separate headline button to collapse current article in

unexpanded cdm mode; modify a q hotkey to collapse article in unexpanded
mode and dismiss article in expanded mode
This commit is contained in:
Andrew Dolgov
2013-03-20 10:21:14 +04:00
parent b799dc8b0d
commit 414191d428
6 changed files with 60 additions and 5 deletions

View File

@@ -1189,3 +1189,7 @@ ul.helpKbList h2 {
.dijitTreeNode .loadingNode {
margin-left : 3px;
}
span.collapseBtn {
cursor : pointer;
}