Joseph Hale's Technical Blog
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(ui): increase block radius

Cotes Chung (Sep 24, 2023, 10:18 PM +0800) de2dff35 3a022bc8

+3 -3
+2 -2
_sass/addon/syntax.scss
··· 186 186 align-items: center; 187 187 height: $code-header-height; 188 188 margin-left: 0.75rem; 189 - margin-right: 0.5rem; 189 + margin-right: 0.25rem; 190 190 191 191 /* the label block */ 192 192 span { ··· 267 267 .code-header { 268 268 @include ml-mr(0); 269 269 270 - $dot-margin: calc($code-header-height / 2); 270 + $dot-margin: 1rem; 271 271 272 272 &::before { 273 273 content: '';
+1 -1
_sass/addon/variables.scss
··· 16 16 $footer-height: 5rem !default; 17 17 $footer-height-large: 6rem !default; /* screen width: < 850px */ 18 18 $main-content-max-width: 1250px !default; 19 - $base-radius: 0.5rem !default; 19 + $base-radius: 0.625rem !default; 20 20 $back2top-size: 2.75rem !default; 21 21 22 22 /* syntax highlight */