1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +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

19
css/cdm.less Normal file → Executable file
View File

@@ -212,6 +212,12 @@ div.cdm.vgrlf .feed {
}
}
#main:not(.expandable) div#floatingTitle {
.collapse {
display : none;
}
}
div#floatingTitle {
position : absolute;
z-index : 5;
@@ -256,6 +262,15 @@ div#floatingTitle {
}
}
.excerpt {
display : none;
}
.collapse i {
color : @color-accent;
cursor : pointer;
}
span.author {
color : @default-text;
font-size : 11px;
@@ -297,10 +312,6 @@ div#floatingTitle {
color : @default-text;
}
.collapse, .excerpt {
display : none;
}
span.titleWrap {
width : 100%;
white-space : normal;