mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:05:56 +00:00
#headlines-frame: set scroll-behavior: smooth
This commit is contained in:
@@ -640,6 +640,7 @@ body.ttrss_main #headlines-frame {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
-webkit-transform: translateZ(0);
|
||||
-webkit-backface-visibility: hidden;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
body.ttrss_main #headlines-frame div.feed-title {
|
||||
border: 0px solid #257aa7;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -751,6 +751,7 @@ body.ttrss_main {
|
||||
-webkit-overflow-scrolling : touch;
|
||||
-webkit-transform: translateZ(0);
|
||||
-webkit-backface-visibility: hidden;
|
||||
scroll-behavior: smooth;
|
||||
|
||||
div.feed-title {
|
||||
border: 0px solid @color-link;
|
||||
|
||||
@@ -641,6 +641,7 @@ body.ttrss_main #headlines-frame {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
-webkit-transform: translateZ(0);
|
||||
-webkit-backface-visibility: hidden;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
body.ttrss_main #headlines-frame div.feed-title {
|
||||
border: 0px solid #b87d2c;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -641,6 +641,7 @@ body.ttrss_main #headlines-frame {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
-webkit-transform: translateZ(0);
|
||||
-webkit-backface-visibility: hidden;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
body.ttrss_main #headlines-frame div.feed-title {
|
||||
border: 0px solid #257aa7;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user