summaryrefslogtreecommitdiff
path: root/css/cdm.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 10:09:37 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 10:09:37 +0300
commit7a276f9898aeaf93e6486d077e2936fd77983d39 (patch)
treef1bb2b3ceba75bacd659c28bd51eb2897d095e4e /css/cdm.less
parentc4b01dd547e16bb042bfba1df4ec716e1d2fbce3 (diff)
updateFloatingTitle: add safety offset to hide/show because mozilla can't into math
Diffstat (limited to 'css/cdm.less')
-rw-r--r--css/cdm.less10
1 files changed, 4 insertions, 6 deletions
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;