- RIP smooth scrolling and associated hacks
- attempt to make Headlines.move() / Article.cdmMoveToId() behave a bit more intuitively
This commit is contained in:
@@ -669,16 +669,6 @@ body.ttrss_main #headlines-frame div.feed-title a {
|
||||
body.ttrss_main #headlines-frame div.feed-title a:hover {
|
||||
color: #b87d2c;
|
||||
}
|
||||
body.ttrss_main #headlines-frame.smooth-scroll {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
body.ttrss_main #headlines-frame.forbid-smooth-scroll,
|
||||
body.ttrss_main #content-insert.forbid-smooth-scroll {
|
||||
scroll-behavior: auto;
|
||||
}
|
||||
body.ttrss_main #toolbar-frame_splitter {
|
||||
display: none;
|
||||
}
|
||||
body.ttrss_main #toolbar-frame {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
@@ -762,7 +752,6 @@ body.ttrss_main #content-insert {
|
||||
line-height: 1.5;
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
body.ttrss_main img.feed-icon,
|
||||
body.ttrss_main img.icon {
|
||||
|
||||
Reference in New Issue
Block a user