Nobelium主题菜单调整

This commit is contained in:
tangly1024.com
2023-08-07 14:22:23 +08:00
parent 70cc96d8f1
commit aa284a5041
9 changed files with 136 additions and 69 deletions

View File

@@ -100,10 +100,6 @@ nav {
width: 0 !important;
}
.notion-collection {
@apply max-w-0;
}
.glassmorphism {
background: hsla(0, 0%, 100%, 0.05);
-webkit-backdrop-filter: blur(10px);
@@ -159,20 +155,6 @@ nav {
margin: -0.125em 0.25em;
}
.nobelium{
@apply flex flex-col justify-between
}
.nobelium .notion-code{
/* @apply max-w-2xl; */
}
.next #announcement-content *{
font-size:13px !important;
line-height:1.7 !important;
}
/* twikoo 评论区超链接样式 */
.tk-main a {
@apply text-blue-700

View File

@@ -1419,6 +1419,10 @@ code[class*='language-'] {
margin-right: 6px;
}
.notion-collection {
@apply max-w-0;
}
.notion-collection-card{
/* cursor: default !important; */
}