mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
调整圆角
This commit is contained in:
parent
9b00ce754c
commit
c47ebde796
1 changed files with 8 additions and 0 deletions
|
|
@ -386,6 +386,14 @@ body:not(.is-mobile) .workspace-split.mod-left-split .workspace-sidedock-vault-p
|
|||
background-color: var(--background-setting);
|
||||
}
|
||||
|
||||
.workspace-tab-header-inner {
|
||||
border-radius: var(--radius-xl);
|
||||
}
|
||||
|
||||
.suggestion-item {
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.is-phone .modal.mod-settings .vertical-tab-nav-item-chevron {
|
||||
color: #a5a5a5;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue