From 93cc50ace29ea162385557ce50e4b97fb42e8756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5var=20Aamb=C3=B8=20Fosstveit?= Date: Wed, 20 May 2020 23:44:33 +0200 Subject: [PATCH] Small fixes and cleanup --- app/src/components/Controls/About.js | 4 +-- app/src/components/Controls/Help.js | 43 +++++++++++------------- app/src/components/Controls/TopBar.js | 4 +-- app/src/components/UnsupportedBrowser.js | 23 +++++-------- 4 files changed, 33 insertions(+), 41 deletions(-) diff --git a/app/src/components/Controls/About.js b/app/src/components/Controls/About.js index 103df43..77cbc8a 100644 --- a/app/src/components/Controls/About.js +++ b/app/src/components/Controls/About.js @@ -68,7 +68,7 @@ const About = ({ defaultMessage='About' /> - + Contributions to this work were made on behalf of the GÉANT project, a project that has received funding from the @@ -89,7 +89,7 @@ const About = ({ https://edumeet.org - + shortcuts : { display : 'flex', flexDirection : 'row', - alignItems : 'center' + alignItems : 'center', + paddingLeft : theme.spacing(2), + paddingRight : theme.spacing(2) }, tabsHeader : { - flexGrow : 1 + flexGrow : 1, + marginBottom : theme.spacing(1) } }); @@ -93,6 +94,7 @@ const Help = ({ /> - - - {shortcuts.map((value, index) => - { - return ( -
- - {value.key} - - -
- ); - })} - -
-
+ {shortcuts.map((value, index) => + { + return ( +
+ + {value.key} + + +
+ ); + })}