[ARVADOS-WORKBENCH2] updated: 1.2.0-331-g2f876eb

Git user git at public.curoverse.com
Fri Sep 7 06:23:02 EDT 2018


Summary of changes:
 src/views-components/main-app-bar/main-app-bar.tsx | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

       via  2f876eb97698de8825c0a3fe95ed57e5e00584a7 (commit)
      from  eaad304f732e9194380786be8805cdbf355d6c46 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 2f876eb97698de8825c0a3fe95ed57e5e00584a7
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date:   Fri Sep 7 12:11:15 2018 +0200

    Update app bar height
    
    Feature #14149
    
    Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>

diff --git a/src/views-components/main-app-bar/main-app-bar.tsx b/src/views-components/main-app-bar/main-app-bar.tsx
index ddd39e5..ec2a511 100644
--- a/src/views-components/main-app-bar/main-app-bar.tsx
+++ b/src/views-components/main-app-bar/main-app-bar.tsx
@@ -14,12 +14,15 @@ import { AccountMenu } from "~/views-components/main-app-bar/account-menu";
 import { AnonymousMenu } from "~/views-components/main-app-bar/anonymous-menu";
 import { HelpMenu } from './help-menu';
 
-type CssRules = 'link';
+type CssRules = 'toolbar' | 'link';
 
 const styles: StyleRulesCallback<CssRules> = () => ({
     link: {
         textDecoration: 'none',
         color: 'inherit'
+    },
+    toolbar: {
+        height: '56px'
     }
 });
 
@@ -39,7 +42,7 @@ export type MainAppBarProps = MainAppBarDataProps & MainAppBarActionProps & With
 export const MainAppBar = withStyles(styles)(
     (props: MainAppBarProps) => {
         return <AppBar position="static">
-            <Toolbar>
+            <Toolbar className={props.classes.toolbar}>
                 <Grid container justify="space-between">
                     <Grid container item xs={3} direction="column" justify="center">
                         <Typography variant="title" color="inherit" noWrap>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list