From 409ba0db2dea5b52365f3d26043a02d7576b1c8d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 22 May 2020 21:48:03 +0300 Subject: - RIP smooth scrolling and associated hacks - attempt to make Headlines.move() / Article.cdmMoveToId() behave a bit more intuitively --- themes/night_blue.css | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'themes/night_blue.css') diff --git a/themes/night_blue.css b/themes/night_blue.css index 56964b4ab..b52de5beb 100644 --- a/themes/night_blue.css +++ b/themes/night_blue.css @@ -669,16 +669,6 @@ body.ttrss_main #headlines-frame div.feed-title a { body.ttrss_main #headlines-frame div.feed-title a:hover { color: #257aa7; } -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 { -- cgit v1.2.3