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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user