aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-10-09 17:16:02 -0400
committerSam Wilkins <samwilkins333@gmail.com>2019-10-09 17:16:02 -0400
commite5e06155af44f86c7204ed5ce904f705186401db (patch)
treecf25daaf36ec4520c160dd31bd598b2f7d6dd5c7 /src
parent062a938dae7e78b59aaf9a706d2b656cc4474ac6 (diff)
quick margin fix
Diffstat (limited to 'src')
-rw-r--r--src/client/apis/GoogleAuthenticationManager.tsx2
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'}