This commit is contained in:
syuilo
2021-04-14 14:12:29 +09:00
parent e404e5e2de
commit 7fda726bbe
5 changed files with 15 additions and 8 deletions

View File

@ -101,6 +101,8 @@ export default defineComponent({
z-index: 10;
position: sticky;
top: var(--stickyTop, 0px);
background: var(--X17);
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(20px);
> .title {
@ -138,6 +140,8 @@ export default defineComponent({
}
._flat_ .ssazuxis {
margin: var(--margin);
> header {
padding: 0 16px;
}
}
</style>