refactor: unify the border radius of blocks

scope: code blocks, prompts, images, and videos
This commit is contained in:
Cotes Chung
2022-12-20 16:04:39 +08:00
parent 9306c7b39e
commit e01eb8af14
4 changed files with 16 additions and 19 deletions

View File

@@ -90,8 +90,8 @@
font-style: normal;
}
%img-rounded {
border-radius: 10px;
%rounded {
border-radius: 6px;
}
%img-caption {