mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Revert scrolling changes
This commit is contained in:
parent
f6fc974040
commit
c00ef27e77
1 changed files with 3 additions and 3 deletions
|
|
@ -127,7 +127,7 @@ export function LibraryHighlightGridCard(
|
|||
distribution="start"
|
||||
>
|
||||
{sortedHighlights.map((highlight) => (
|
||||
<>
|
||||
<SpanBox key={`hv-${highlight.id}`}>
|
||||
<HighlightView
|
||||
key={highlight.id}
|
||||
highlight={highlight}
|
||||
|
|
@ -135,8 +135,8 @@ export function LibraryHighlightGridCard(
|
|||
console.log('updated highlight: ', highlight)
|
||||
}}
|
||||
/>
|
||||
<SpanBox css={{ mt: '10px', mb: '25px' }} />
|
||||
</>
|
||||
<SpanBox css={{ height: '35px' }} />
|
||||
</SpanBox>
|
||||
))}
|
||||
</VStack>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Reference in a new issue