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:
19
css/cdm.less
Normal file → Executable file
19
css/cdm.less
Normal file → Executable 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;
|
||||
|
||||
Reference in New Issue
Block a user