summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-05-22 21:48:03 +0300
committerAndrew Dolgov <[email protected]>2020-05-22 21:48:03 +0300
commit409ba0db2dea5b52365f3d26043a02d7576b1c8d (patch)
tree29268633bb26ec06fc98f28c5f6b7044a8d5c4f8 /themes/light
parentc8cc845d5b1c64ea259667c01a9591a04e0e4e98 (diff)
- RIP smooth scrolling and associated hacks
- attempt to make Headlines.move() / Article.cdmMoveToId() behave a bit more intuitively
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/tt-rss.less14
1 files changed, 0 insertions, 14 deletions
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 {