From f7ec399626f6879504f41bc367df6a60db389a59 Mon Sep 17 00:00:00 2001 From: Oliver Sauter Date: Tue, 27 Feb 2024 08:25:44 +0100 Subject: [PATCH] small fixes to the search injection, font features and animation time --- external/@worldbrain/memex-common | 2 +- src/search-injection/components/Results.tsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/external/@worldbrain/memex-common b/external/@worldbrain/memex-common index ea0c525625..07bd708a95 160000 --- a/external/@worldbrain/memex-common +++ b/external/@worldbrain/memex-common @@ -1 +1 @@ -Subproject commit ea0c5256258c7ac0dbf5971b3fa666f59df24019 +Subproject commit 07bd708a951a4cab4532a314bf2adad1b0b8b8e1 diff --git a/src/search-injection/components/Results.tsx b/src/search-injection/components/Results.tsx index ee55f8c424..f6782a7440 100644 --- a/src/search-injection/components/Results.tsx +++ b/src/search-injection/components/Results.tsx @@ -90,6 +90,7 @@ class Results extends React.Component { } + background={'greyScale3'} /> @@ -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;