database 跳转

This commit is contained in:
tangly1024.com
2023-03-23 18:25:34 +08:00
parent 7ba1d046af
commit bb4328ff54
2 changed files with 41 additions and 40 deletions

View File

@@ -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%;
}