mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:55:55 +00:00
remove 4px margin of cdm.expanded
This commit is contained in:
@@ -100,8 +100,8 @@
|
||||
}
|
||||
|
||||
.cdm.expanded {
|
||||
margin-top : 4px;
|
||||
margin-bottom : 4px;
|
||||
/*margin-top : 4px;
|
||||
margin-bottom : 4px;*/
|
||||
|
||||
.collapse, .excerpt {
|
||||
display : none;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -234,7 +234,7 @@ define(["dojo/_base/declare"], function (declare) {
|
||||
e.offsetTop < ctr.scrollTop) {
|
||||
|
||||
// expanded cdm has a 4px margin now
|
||||
ctr.scrollTop = parseInt(e.offsetTop) - 4;
|
||||
ctr.scrollTop = e.offsetTop;
|
||||
|
||||
Element.hide("floatingTitle");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user