mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
调整圆角
This commit is contained in:
parent
5dd933f0b6
commit
e00957dfd0
1 changed files with 4 additions and 0 deletions
|
|
@ -826,6 +826,10 @@ body.is-mobile .setting-hotkey {
|
|||
border-radius: var(--radius-xl);
|
||||
}
|
||||
|
||||
body:not(.is-phone) .workspace-leaf.mod-active .tree-item-self.has-focus {
|
||||
border-radius: var(--radius-l);
|
||||
}
|
||||
|
||||
/*
|
||||
* --------------------------------编辑模式页面样式调整------------------------------------
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue