瀏覽代碼

[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;
     }
   }