From 848bb6579c35a1f6b7cee7409913fcba665f5f7a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 14 Feb 2019 16:20:10 +0300 Subject: floatingTitle: show collapse button if in expandable mode --- themes/night_blue.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'themes/night_blue.css') diff --git a/themes/night_blue.css b/themes/night_blue.css index 0ffb709ef..359f4e477 100644 --- a/themes/night_blue.css +++ b/themes/night_blue.css @@ -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: #257aa7; + 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; -- cgit v1.2.3