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:
10
css/cdm.less
10
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;
|
||||
|
||||
Reference in New Issue
Block a user