mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 22:55:56 +00:00
remove 4px margin of cdm.expanded
This commit is contained in:
@@ -100,8 +100,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cdm.expanded {
|
.cdm.expanded {
|
||||||
margin-top : 4px;
|
/*margin-top : 4px;
|
||||||
margin-bottom : 4px;
|
margin-bottom : 4px;*/
|
||||||
|
|
||||||
.collapse, .excerpt {
|
.collapse, .excerpt {
|
||||||
display : none;
|
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) {
|
e.offsetTop < ctr.scrollTop) {
|
||||||
|
|
||||||
// expanded cdm has a 4px margin now
|
// expanded cdm has a 4px margin now
|
||||||
ctr.scrollTop = parseInt(e.offsetTop) - 4;
|
ctr.scrollTop = e.offsetTop;
|
||||||
|
|
||||||
Element.hide("floatingTitle");
|
Element.hide("floatingTitle");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user