diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-10-09 17:16:02 -0400 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-10-09 17:16:02 -0400 |
commit | e5e06155af44f86c7204ed5ce904f705186401db (patch) | |
tree | cf25daaf36ec4520c160dd31bd598b2f7d6dd5c7 /src/client/apis/GoogleAuthenticationManager.tsx | |
parent | 062a938dae7e78b59aaf9a706d2b656cc4474ac6 (diff) |
quick margin fix
Diffstat (limited to 'src/client/apis/GoogleAuthenticationManager.tsx')
-rw-r--r-- | src/client/apis/GoogleAuthenticationManager.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/apis/GoogleAuthenticationManager.tsx b/src/client/apis/GoogleAuthenticationManager.tsx index 8e8bf8def..db108ad94 100644 --- a/src/client/apis/GoogleAuthenticationManager.tsx +++ b/src/client/apis/GoogleAuthenticationManager.tsx @@ -88,7 +88,7 @@ export default class GoogleAuthenticationManager extends React.Component<{}> { {this.displayLauncher ? <button className={"dispatch"} onClick={this.handleClick} - style={{ marginBottom: 15 }} + style={{ marginBottom: this.clickedState ? 15 : 0 }} >Authorize a Google account...</button> : (null)} {this.clickedState ? <input className={'paste-target'} |