mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
调整圆角
This commit is contained in:
parent
f1be0baed1
commit
edddca6477
1 changed files with 5 additions and 0 deletions
|
|
@ -900,6 +900,7 @@ span.cm-formatting.cm-formatting-list.cm-formatting-list-ol {
|
|||
width: 26px;
|
||||
text-align: center;
|
||||
font-family: 'number-font' !important;
|
||||
transform: translateY(-3px);
|
||||
}
|
||||
|
||||
.markdown-source-view.mod-cm6 .task-list-label {
|
||||
|
|
@ -1059,6 +1060,10 @@ li {
|
|||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.workspace-drawer-active-tab-header {
|
||||
border-radius: var(--radius-xl);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* 适配PC端样式
|
||||
|
|
|
|||
Loading…
Reference in a new issue