make sure #headline-spacer click to open prompt is not obscured when

mark as read on scroll is enabled

https://community.tt-rss.org/t/click-to-open-next-unread-feed-hidden-by-scrolling/5190
This commit is contained in:
Andrew Dolgov 2022-01-21 17:41:11 +03:00
parent 49d93989af
commit 56fd06d611
7 changed files with 7 additions and 7 deletions

View File

@ -691,7 +691,7 @@ body.ttrss_main #headlines-frame[data-is-vfeed="false"] .hl .icon-feed {
display: none;
}
body.ttrss_main #headlines-frame[data-auto-catchup="true"] #headlines-spacer {
height: 100vh;
height: calc(100vh - 32px);
}
body.ttrss_main #headlines-frame .dijitCheckBox {
margin-right: 4px;

View File

@ -691,7 +691,7 @@ body.ttrss_main #headlines-frame[data-is-vfeed="false"] .hl .icon-feed {
display: none;
}
body.ttrss_main #headlines-frame[data-auto-catchup="true"] #headlines-spacer {
height: 100vh;
height: calc(100vh - 32px);
}
body.ttrss_main #headlines-frame .dijitCheckBox {
margin-right: 4px;

View File

@ -691,7 +691,7 @@ body.ttrss_main #headlines-frame[data-is-vfeed="false"] .hl .icon-feed {
display: none;
}
body.ttrss_main #headlines-frame[data-auto-catchup="true"] #headlines-spacer {
height: 100vh;
height: calc(100vh - 32px);
}
body.ttrss_main #headlines-frame .dijitCheckBox {
margin-right: 4px;

View File

@ -691,7 +691,7 @@ body.ttrss_main #headlines-frame[data-is-vfeed="false"] .hl .icon-feed {
display: none;
}
body.ttrss_main #headlines-frame[data-auto-catchup="true"] #headlines-spacer {
height: 100vh;
height: calc(100vh - 32px);
}
body.ttrss_main #headlines-frame .dijitCheckBox {
margin-right: 4px;

View File

@ -818,7 +818,7 @@ body.ttrss_main {
}
&[data-auto-catchup="true"] #headlines-spacer {
height : 100vh;
height : calc(100vh - 32px);
}
.dijitCheckBox {

View File

@ -692,7 +692,7 @@ body.ttrss_main #headlines-frame[data-is-vfeed="false"] .hl .icon-feed {
display: none;
}
body.ttrss_main #headlines-frame[data-auto-catchup="true"] #headlines-spacer {
height: 100vh;
height: calc(100vh - 32px);
}
body.ttrss_main #headlines-frame .dijitCheckBox {
margin-right: 4px;

View File

@ -692,7 +692,7 @@ body.ttrss_main #headlines-frame[data-is-vfeed="false"] .hl .icon-feed {
display: none;
}
body.ttrss_main #headlines-frame[data-auto-catchup="true"] #headlines-spacer {
height: 100vh;
height: calc(100vh - 32px);
}
body.ttrss_main #headlines-frame .dijitCheckBox {
margin-right: 4px;