mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
bump deps; safari styles fix
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
"react-body-classname": "^1.3.1",
|
||||
"react-dom": "17.0.1",
|
||||
"react-icons": "^4.1.0",
|
||||
"react-notion-x": "^3.3.0",
|
||||
"react-notion-x": "^3.3.1",
|
||||
"react-use": "^15.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -74,12 +74,20 @@
|
||||
.notion-collection-card-cover {
|
||||
transition: filter 150ms linear;
|
||||
filter: brightness(100%);
|
||||
/* filter: hue-rotate(0); */
|
||||
}
|
||||
|
||||
.notion-collection-card:hover .notion-collection-card-cover {
|
||||
filter: brightness(120%);
|
||||
/* filter: hue-rotate(180deg); */
|
||||
}
|
||||
|
||||
/* only target safari */
|
||||
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
||||
_::-webkit-full-page-media,
|
||||
_:future,
|
||||
:root,
|
||||
.notion-collection-card-cover {
|
||||
transition: none 0ms linear;
|
||||
}
|
||||
}
|
||||
|
||||
.notion-quote {
|
||||
|
||||
@@ -5146,10 +5146,10 @@ react-modal@^3.11.2:
|
||||
react-lifecycles-compat "^3.0.0"
|
||||
warning "^4.0.3"
|
||||
|
||||
react-notion-x@^3.3.0:
|
||||
version "3.3.0"
|
||||
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-3.3.0.tgz#403dba7b73cc39dc9a9e2e85362f27dd7cf372da"
|
||||
integrity sha512-bFepkcG2ZvOhU1UnaG01IIiHflisfcafH+3142onrdD2rTvypicYjZ01SwdYZ54fBPzTXQSt/dpr0Dt7Pk3BeA==
|
||||
react-notion-x@^3.3.1:
|
||||
version "3.3.1"
|
||||
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-3.3.1.tgz#b4ad09a0bd05d7e10ce722c9ea02e545b1911712"
|
||||
integrity sha512-gbe6gf0U28jvEimqJ37gX9fgPhEA+l3sydY/xb6aKqYlQ+8wCE++K60zBx90W3X5nH0D+cLm1WXAVL/mlBPgeQ==
|
||||
dependencies:
|
||||
"@matejmazur/react-katex" "^3.1.3"
|
||||
date-fns "^2.15.0"
|
||||
|
||||
Reference in New Issue
Block a user