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/light/tt-rss.less | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'themes/light/tt-rss.less') diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less index e7df19f00..22592a350 100644 --- a/themes/light/tt-rss.less +++ b/themes/light/tt-rss.less @@ -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 { -- cgit v1.2.3