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 --- css/cdm.less | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'css/cdm.less') diff --git a/css/cdm.less b/css/cdm.less index 1386312be..a3bc969a9 100644 --- a/css/cdm.less +++ b/css/cdm.less @@ -237,15 +237,17 @@ div#floatingTitle { i.material-icons { margin-left : 2px; - font-size : 20px; + font-size : 21px; padding : 2px; user-select: none; } - i.anchor { + i.icon-anchor { margin-left : 0px; + margin-right : 1px; // replaces checkbox which is a bit wider padding : 0px; color : #ccc; + cursor : pointer; } } @@ -264,10 +266,6 @@ div#floatingTitle { font-family : @fonts-ui-bold; } - img.anchor { - margin-left : 0px; - } - div.feed { padding-right : 10px; color : @default-text; -- cgit v1.2.3