New tab recents on extension
This commit is contained in:
parent
8dff37fd9e
commit
ff169a6de2
3 changed files with 6 additions and 5 deletions
|
|
@ -170,7 +170,7 @@ const Create = ({ offline }) => {
|
|||
</StyledMain>
|
||||
) : (
|
||||
<>
|
||||
<Recents />
|
||||
<Recents target="_blank" />
|
||||
|
||||
<StyledMain>
|
||||
{offline ? (
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue