summaryrefslogtreecommitdiff
path: root/themes/compact.css
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/compact.css
parentc8cc845d5b1c64ea259667c01a9591a04e0e4e98 (diff)
- RIP smooth scrolling and associated hacks
- attempt to make Headlines.move() / Article.cdmMoveToId() behave a bit more intuitively
Diffstat (limited to 'themes/compact.css')
-rw-r--r--themes/compact.css11
1 files changed, 0 insertions, 11 deletions
diff --git a/themes/compact.css b/themes/compact.css
index 57b87447b..39dee40b8 100644
--- a/themes/compact.css
+++ b/themes/compact.css
@@ -668,16 +668,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;
@@ -761,7 +751,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 {