New tab recents on extension

This commit is contained in:
Ben Grant 2021-06-01 15:32:36 +10:00
parent 8dff37fd9e
commit ff169a6de2
3 changed files with 6 additions and 5 deletions

View file

@ -170,7 +170,7 @@ const Create = ({ offline }) => {
</StyledMain>
) : (
<>
<Recents />
<Recents target="_blank" />
<StyledMain>
{offline ? (

View file

@ -47,8 +47,9 @@ export const TitleLarge = styled.h1`
export const Logo = styled.img`
width: 80px;
transition: transform .2s;
animation: jelly .5s 1 .1s;
transition: transform .15s;
animation: jelly .5s 1 .05s;
user-select: none;
@keyframes jelly {
from,to {