Tweak UI
This commit is contained in:
parent
e404e5e2de
commit
7fda726bbe
5 changed files with 15 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue