feat(ui): redesign the sidebar

This commit is contained in:
Cotes Chung
2023-03-25 02:58:58 +08:00
parent 6d99f5cc36
commit 83bbe4ac93
10 changed files with 159 additions and 313 deletions

View File

@@ -5,15 +5,7 @@
/* sidebar */
$sidebar-width: 260px !default; /* the basic width */
$sidebar-width-small: 210px !default; /* screen width: >= 850px, <= 1199px (iPad landscape) */
$sidebar-width-large: 350px !default; /* screen width: >= 1650px */
/* tabs of sidebar */
$tab-count: 5 !default; /* backward compatible (version <= 4.0.2) */
$tab-height: 3rem !default;
$tab-cursor-height: 1.6rem !default;
$cursor-width: 2px !default; /* the cursor width of the selected tab */
$sidebar-width-large: 300px !default; /* screen width: >= 1650px */
/* other framework sizes */