From 7a276f9898aeaf93e6486d077e2936fd77983d39 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 7 Dec 2018 10:09:37 +0300 Subject: updateFloatingTitle: add safety offset to hide/show because mozilla can't into math --- themes/night.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'themes/night.css') diff --git a/themes/night.css b/themes/night.css index e1d8aa018..9233f1baf 100644 --- a/themes/night.css +++ b/themes/night.css @@ -1238,15 +1238,17 @@ div#floatingTitle .right > * { div#floatingTitle .left i.material-icons, div#floatingTitle .right i.material-icons { margin-left: 2px; - font-size: 20px; + font-size: 21px; padding: 2px; user-select: none; } -div#floatingTitle .left i.anchor, -div#floatingTitle .right i.anchor { +div#floatingTitle .left i.icon-anchor, +div#floatingTitle .right i.icon-anchor { margin-left: 0px; + margin-right: 1px; padding: 0px; color: #ccc; + cursor: pointer; } div#floatingTitle span.author { color: #555555; @@ -1261,9 +1263,6 @@ div#floatingTitle a.title { text-rendering: optimizelegibility; font-family: "Segoe WP Semibold", "Segoe UI Semibold", "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif; } -div#floatingTitle img.anchor { - margin-left: 0px; -} div#floatingTitle div.feed { padding-right: 10px; color: #555555; -- cgit v1.2.3