summaryrefslogtreecommitdiff
path: root/css/cdm.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-14 16:20:10 +0300
committerAndrew Dolgov <[email protected]>2019-02-14 16:20:10 +0300
commit848bb6579c35a1f6b7cee7409913fcba665f5f7a (patch)
tree85215dac86c0eb5e8cae5669fe56e94f75b32540 /css/cdm.less
parent510f99fa254881e5b14331436bbcc14121e8bce4 (diff)
floatingTitle: show collapse button if in expandable mode
Diffstat (limited to 'css/cdm.less')
-rwxr-xr-x[-rw-r--r--]css/cdm.less19
1 files changed, 15 insertions, 4 deletions
diff --git a/css/cdm.less b/css/cdm.less
index 17f2ee3bc..21f332d4a 100644..100755
--- a/css/cdm.less
+++ b/css/cdm.less
@@ -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;