mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 11:41: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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user