Bläddra i källkod

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

84335 sidebar button clickable area smaller
Mao 4 år sedan
förälder
incheckning
68154325a0
1 ändrade filer med 1 tillägg och 1 borttagningar
  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;