Skip to content

Commit de2dff3

Browse files
committed
chore(ui): increase block radius
1 parent 3a022bc commit de2dff3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_sass/addon/syntax.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ div {
186186
align-items: center;
187187
height: $code-header-height;
188188
margin-left: 0.75rem;
189-
margin-right: 0.5rem;
189+
margin-right: 0.25rem;
190190

191191
/* the label block */
192192
span {
@@ -267,7 +267,7 @@ div {
267267
.code-header {
268268
@include ml-mr(0);
269269

270-
$dot-margin: calc($code-header-height / 2);
270+
$dot-margin: 1rem;
271271

272272
&::before {
273273
content: '';

_sass/addon/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $search-max-width: 200px !default;
1616
$footer-height: 5rem !default;
1717
$footer-height-large: 6rem !default; /* screen width: < 850px */
1818
$main-content-max-width: 1250px !default;
19-
$base-radius: 0.5rem !default;
19+
$base-radius: 0.625rem !default;
2020
$back2top-size: 2.75rem !default;
2121

2222
/* syntax highlight */

0 commit comments

Comments
 (0)