_sass/addon/variables.scss in jekyll-theme-chirpy-4.2.1 vs _sass/addon/variables.scss in jekyll-theme-chirpy-4.3.0
- old
+ new
@@ -9,13 +9,13 @@
$sidebar-width-large: 350px !default; // screen width: >= 1650px
/* tabs of sidebar */
$tab-count: 5 !default; // backward compatible (version <= 4.0.2)
-$tab-height: 3.2rem !default;
+$tab-height: 3rem !default;
$tab-cursor-height: 1.6rem !default;
-$cursor-width: 3px !default; // the cursor width of the selected tab
+$cursor-width: 2px !default; // the cursor width of the selected tab
/* other framework sizes */
$topbar-height: 3rem !default;