From 8f6bc245038ce7197034877bf0fd5ddcb8d3e24d Mon Sep 17 00:00:00 2001 From: ludovicm67 Date: Thu, 23 Jan 2020 23:05:34 +0100 Subject: webui: fix AppBar --- webui/src/App.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webui/src/App.js b/webui/src/App.js index 2dddb3eb..145cd90d 100644 --- a/webui/src/App.js +++ b/webui/src/App.js @@ -19,10 +19,12 @@ const theme = createMuiTheme({ }); const useStyles = makeStyles(theme => ({ + offset: theme.mixins.toolbar, appTitle: { ...theme.typography.h6, color: 'white', textDecoration: 'none', + flexGrow: 1, }, })); @@ -32,13 +34,14 @@ export default function App() { return ( - + git-bug webui +
-- cgit