1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 13:01:28 +00:00

updateFloatingTitle: add safety offset to hide/show because mozilla can't into math

This commit is contained in:
Andrew Dolgov
2018-12-07 10:09:37 +03:00
parent c4b01dd547
commit 7a276f9898
6 changed files with 26 additions and 24 deletions

View File

@@ -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;