1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 09:49:15 +00:00

- RIP smooth scrolling and associated hacks

- attempt to make Headlines.move() / Article.cdmMoveToId() behave a bit more intuitively
This commit is contained in:
Andrew Dolgov
2020-05-22 21:48:03 +03:00
parent c8cc845d5b
commit 409ba0db2d
15 changed files with 59 additions and 141 deletions

View File

@@ -784,19 +784,6 @@ body.ttrss_main {
}
}
#headlines-frame.smooth-scroll {
scroll-behavior: smooth;
}
#headlines-frame.forbid-smooth-scroll,
#content-insert.forbid-smooth-scroll {
scroll-behavior : auto;
}
#toolbar-frame_splitter {
display : none;
}
#toolbar-frame {
padding : 0px;
margin : 0px;
@@ -892,7 +879,6 @@ body.ttrss_main {
line-height: 1.5;
overflow : auto;
-webkit-overflow-scrolling : touch;
scroll-behavior: smooth;
}
img.feed-icon, img.icon {