Browse Source

Merge pull request #4971 from weseek/fix/84319-84335-fix-page-tree-plus-icon

84335 sidebar button clickable area smaller
Mao 4 years ago
parent
commit
68154325a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/styles/_sidebar.scss

+ 1 - 1
packages/app/src/styles/_sidebar.scss

@@ -56,7 +56,7 @@
     .hitarea {
       @extend .rounded-pill;
 
-      $size-hitarea: 80px;
+      $size-hitarea: 55px;
 
       position: absolute;
       top: ($width - $size-hitarea) / 2;