mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-31 23:16:54 +00:00
重构;DynamicLayout组件重写,移除blog.config.js中的MAPPING配置
This commit is contained in:
@@ -19,6 +19,7 @@ html {
|
||||
position: sticky;
|
||||
z-index: 10;
|
||||
top: -1px;
|
||||
-webkit-backdrop-filter: blur(5px);
|
||||
backdrop-filter: blur(5px);
|
||||
transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
|
||||
border-bottom-color: transparent;
|
||||
@@ -74,6 +75,7 @@ nav {
|
||||
|
||||
@supports not (backdrop-filter: none) {
|
||||
.sticky-nav {
|
||||
-webkit-backdrop-filter: none;
|
||||
backdrop-filter: none;
|
||||
@apply bg-day dark:bg-gray-800;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user