chore(ui): increase block radius

This commit is contained in:
Cotes Chung
2023-09-24 22:11:02 +08:00
parent 3a022bc816
commit de2dff354a
2 changed files with 3 additions and 3 deletions

View File

@@ -186,7 +186,7 @@ div {
align-items: center;
height: $code-header-height;
margin-left: 0.75rem;
margin-right: 0.5rem;
margin-right: 0.25rem;
/* the label block */
span {
@@ -267,7 +267,7 @@ div {
.code-header {
@include ml-mr(0);
$dot-margin: calc($code-header-height / 2);
$dot-margin: 1rem;
&::before {
content: '';