Skip to content

Commit

Permalink
fix(WeChatLogin): spin element covered English text of WeChat login. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheerego7 committed Jul 6, 2021
1 parent 898a292 commit 8ebae66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions desktop/renderer-app/src/pages/LoginPage/WeChatLogin.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
z-index: 0;
left: 0;
right: 0;
bottom: 30px;
bottom: 55px;
margin: auto;
background: #f3f6f9;
}
Expand All @@ -32,5 +32,5 @@
font-size: 16px;
font-weight: 400;
color: #7a7b7c;
margin-top: 12px;
padding-top: 12px;
}
4 changes: 2 additions & 2 deletions web/flat-web/src/pages/LoginPage/WeChatLogin.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
z-index: 0;
left: 0;
right: 0;
bottom: 30px;
bottom: 55px;
margin: auto;
background: #f3f6f9;
}
Expand All @@ -32,5 +32,5 @@
font-size: 16px;
font-weight: 400;
color: #7a7b7c;
margin-top: 12px;
padding-top: 12px;
}

0 comments on commit 8ebae66

Please sign in to comment.