Merge branch 'main' into pr/jxpeng98/1257

This commit is contained in:
tangly1024.com
2023-07-26 18:43:34 +08:00
238 changed files with 7817 additions and 1027 deletions

View File

@@ -179,9 +179,6 @@
color: var(--select-color-2) !important;
}
.notion-simple-table {
@apply whitespace-nowrap overflow-x-auto block
}
.notion-app {
position: relative;
@@ -446,6 +443,7 @@ summary > .notion-h {
.notion-h:hover .notion-hash-link {
opacity: 1;
@apply dark:fill-gray-200
}
.notion-hash-link {
@@ -748,6 +746,8 @@ svg.notion-page-icon {
.notion .notion-code {
font-size: 85%;
margin-top: 0;
margin-bottom: 0.5em;
}
pre[class*='language-'] {
@@ -1395,6 +1395,10 @@ code[class*='language-'] {
white-space: normal;
}
.katex-display>.katex>.katex-html>.tag {
position: inherit !important;
}
.notion-page-title {
display: inline-flex;
max-width: 100%;
@@ -1939,25 +1943,13 @@ svg + .notion-page-title-text {
}
.notion-simple-table {
width: 100% !important;
@apply whitespace-nowrap overflow-x-auto block w-full border-0 !important;
}
.notion-asset-wrapper-pdf > div {
display: block !important;
}
::selection {
@apply bg-blue-500 text-gray-50 !important;
}
.dark img{
@apply opacity-80
}
.dark #live2d {
@apply opacity-80
}
/* https://github.com/kchen0x */
.notion-quote {
display: block;
@@ -2053,11 +2045,16 @@ code.language-mermaid {
/* 表格头 */
.notion-simple-table tr:first-child td{
background-color: #f5f6f8 !important;
@apply text-center font-bold !important;
background-color: #f5f6f8;
@apply text-center font-bold dark:bg-gray-800 !important;
}
.notion-simple-table td{
border: 1px solid var(#eee) !important
}
}
/* 竖屏视频高度bug */
figure.notion-asset-wrapper.notion-asset-wrapper-video>div {
height: 100% !important;
}