summaryrefslogtreecommitdiff
path: root/css/default.css
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/default.css
parent510f99fa254881e5b14331436bbcc14121e8bce4 (diff)
floatingTitle: show collapse button if in expandable mode
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css14
1 files changed, 10 insertions, 4 deletions
diff --git a/css/default.css b/css/default.css
index 314efb297..83bb1524f 100644
--- a/css/default.css
+++ b/css/default.css
@@ -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;