mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
优化毛玻璃效果
This commit is contained in:
parent
d880a90f0f
commit
50725fd4ec
1 changed files with 2 additions and 2 deletions
|
|
@ -448,9 +448,9 @@ body:not(.is-mobile) .workspace-tab-container {
|
|||
}
|
||||
|
||||
.tree-item.nav-file:hover {
|
||||
border-radius: var(--radius-xl);
|
||||
/* border-radius: var(--radius-xl); */
|
||||
/* background: rgba(250, 5, 5, 0.1); */
|
||||
backdrop-filter: blur(15px) saturate(180%);
|
||||
/* backdrop-filter: blur(15px) saturate(180%); */
|
||||
}
|
||||
|
||||
body:not(.is-mobile) .workspace-tab-header-container {
|
||||
|
|
|
|||
Loading…
Reference in a new issue