浏览代码

scrub logo from login screen

jusrhee 4 年之前
父节点
当前提交
06fcfb9f16
共有 3 个文件被更改,包括 6 次插入6 次删除
  1. 二进制
      dashboard/src/assets/logo.png
  2. 3 3
      dashboard/src/main/auth/Login.tsx
  3. 3 3
      dashboard/src/main/auth/Register.tsx

二进制
dashboard/src/assets/logo.png


+ 3 - 3
dashboard/src/main/auth/Login.tsx

@@ -436,9 +436,9 @@ const Prompt = styled.div`
 `;
 `;
 
 
 const Logo = styled.img`
 const Logo = styled.img`
-  width: 140px;
-  margin-top: 50px;
-  margin-bottom: 45px;
+  width: 110px;
+  margin-top: 55px;
+  margin-bottom: 40px;
   user-select: none;
   user-select: none;
 `;
 `;
 
 

+ 3 - 3
dashboard/src/main/auth/Register.tsx

@@ -434,9 +434,9 @@ const Prompt = styled.div`
 `;
 `;
 
 
 const Logo = styled.img`
 const Logo = styled.img`
-  width: 140px;
-  margin-top: 50px;
-  margin-bottom: 35px;
+  width: 110px;
+  margin-top: 45px;
+  margin-bottom: 30px;
   user-select: none;
   user-select: none;
 `;
 `;