1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-30 11:57:11 +00:00

floatingTitle: show collapse button if in expandable mode

This commit is contained in:
Andrew Dolgov
2019-02-14 16:20:10 +03:00
parent 510f99fa25
commit 848bb6579c
8 changed files with 58 additions and 19 deletions

View File

@@ -1239,6 +1239,9 @@ div.cdm.vgrlf .feed {
display: inline-block;
padding: 1px 4px 1px 4px;
}
#main:not(.expandable) div#floatingTitle .collapse {
display: none;
}
div#floatingTitle {
position: absolute;
z-index: 5;
@@ -1282,6 +1285,13 @@ div#floatingTitle .right i.icon-anchor {
color: #ccc;
cursor: pointer;
}
div#floatingTitle .excerpt {
display: none;
}
div#floatingTitle .collapse i {
color: #257aa7;
cursor: pointer;
}
div#floatingTitle span.author {
color: #555;
font-size: 11px;
@@ -1317,10 +1327,6 @@ div#floatingTitle span.updated {
div#floatingTitle div.feed a {
color: #555;
}
div#floatingTitle .collapse,
div#floatingTitle .excerpt {
display: none;
}
div#floatingTitle span.titleWrap {
width: 100%;
white-space: normal;