upd: replace more hardcoded radius values

This commit is contained in:
ShittyKopper 2023-11-01 23:00:55 +03:00
parent d4d2f6f871
commit 5ac10730ae
5 changed files with 8 additions and 5 deletions

View file

@ -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);