upd: replace more hardcoded radius values
This commit is contained in:
parent
d4d2f6f871
commit
5ac10730ae
5 changed files with 8 additions and 5 deletions
|
|
@ -77,7 +77,7 @@ watch(() => props.lang, (to) => {
|
|||
& :deep(.shiki) {
|
||||
padding: 12px;
|
||||
margin: 0;
|
||||
border-radius: 6px;
|
||||
border-radius: var(--radius-sm);
|
||||
min-height: 130px;
|
||||
pointer-events: none;
|
||||
min-width: calc(100% - 24px);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue