mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-28 18:47:11 +00:00
exp: auto-disable smooth scrolling for repeat hotkey events
This commit is contained in:
@@ -659,6 +659,10 @@ body.ttrss_main #headlines-frame div.feed-title a:hover {
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user