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

@@ -1240,6 +1240,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;
@@ -1283,6 +1286,13 @@ div#floatingTitle .right i.icon-anchor {
color: #ccc;
cursor: pointer;
}
div#floatingTitle .excerpt {
display: none;
}
div#floatingTitle .collapse i {
color: #b87d2c;
cursor: pointer;
}
div#floatingTitle span.author {
color: #ccc;
font-size: 11px;
@@ -1318,10 +1328,6 @@ div#floatingTitle span.updated {
div#floatingTitle div.feed a {
color: #ccc;
}
div#floatingTitle .collapse,
div#floatingTitle .excerpt {
display: none;
}
div#floatingTitle span.titleWrap {
width: 100%;
white-space: normal;