Skip to content

Commit

Permalink
small fixes to the search injection, font features and animation time
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed Feb 27, 2024
1 parent c36a35b commit f7ec399
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/@worldbrain/memex-common
3 changes: 2 additions & 1 deletion src/search-injection/components/Results.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class Results extends React.Component<ResultsProps, ResultsState> {
</TotalCount>
</ResultsBox>
}
background={'greyScale3'}
/>
</SearchContainer>

Expand Down Expand Up @@ -230,7 +231,7 @@ const MemexContainer = styled.div<{
props.position === 'above' ? 'fill-available' : '450px'};
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
position: relative;
animation: fadeIn 1s ease-in;
animation: fadeIn 100ms ease-in;
display: flex;
flex-direction: column;
margin-bottom: 20px;
Expand Down

0 comments on commit f7ec399

Please sign in to comment.