소스 검색

[frontend] Increase the sidebar logo size

Johan Ahlen 4 년 전
부모
커밋
13e09e604f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      desktop/core/src/desktop/js/components/sidebar/hueSidebar.scss

+ 1 - 1
desktop/core/src/desktop/js/components/sidebar/hueSidebar.scss

@@ -46,7 +46,7 @@
   &:not(.sidebar-collapsed) {
     .sidebar-header a > svg {
       color: $hue-primary-color-dark;
-      height: 25px;
+      height: 28px;
       margin-right: 24px;
     }
   }