mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-28 15:10:04 +00:00
database 跳转
This commit is contained in:
@@ -584,12 +584,12 @@ summary > .notion-h {
|
||||
.notion-page-link {
|
||||
display: flex;
|
||||
color: var(--fg-color);
|
||||
text-decoration: none;
|
||||
text-decoration: underline;
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
margin: 1px 0;
|
||||
transition: background 120ms ease-in 0s;
|
||||
pointer-events: none;
|
||||
/* pointer-events: none; */
|
||||
}
|
||||
|
||||
.notion-page-link:hover {
|
||||
@@ -1408,7 +1408,7 @@ code[class*='language-'] {
|
||||
}
|
||||
|
||||
.notion-collection-card{
|
||||
cursor: default !important;
|
||||
/* cursor: default !important; */
|
||||
}
|
||||
|
||||
.notion-collection-card-property .notion-link {
|
||||
@@ -1623,6 +1623,7 @@ code[class*='language-'] {
|
||||
|
||||
.notion-collection-card-cover .lazy-image-wrapper {
|
||||
padding: 0 !important;
|
||||
z-index: 20;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user