forked from Archives/Athou_commafeed
reduce bottom margin slightly to avoid having a scrollbar in the extension popup when there are no entries
This commit is contained in:
@@ -80,7 +80,7 @@ export function FeedEntriesPage(props: FeedEntriesPageProps) {
|
|||||||
if (noSubscriptions) return <NoSubscriptionHelp />
|
if (noSubscriptions) return <NoSubscriptionHelp />
|
||||||
return (
|
return (
|
||||||
// add some room at the bottom of the page in order to be able to scroll the current entry at the top of the page when expanding
|
// add some room at the bottom of the page in order to be able to scroll the current entry at the top of the page when expanding
|
||||||
<Box mb={viewport.height * 0.75}>
|
<Box mb={viewport.height * 0.7}>
|
||||||
<Group gap="xl">
|
<Group gap="xl">
|
||||||
{sourceWebsiteUrl && (
|
{sourceWebsiteUrl && (
|
||||||
<a href={sourceWebsiteUrl} target="_blank" rel="noreferrer" className={classes.sourceWebsiteLink}>
|
<a href={sourceWebsiteUrl} target="_blank" rel="noreferrer" className={classes.sourceWebsiteLink}>
|
||||||
|
|||||||
Reference in New Issue
Block a user