mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-11 08:05:56 +00:00
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:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -818,7 +818,7 @@ body.ttrss_main {
|
||||
}
|
||||
|
||||
&[data-auto-catchup="true"] #headlines-spacer {
|
||||
height : 100vh;
|
||||
height : calc(100vh - 32px);
|
||||
}
|
||||
|
||||
.dijitCheckBox {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user