From 6021df71508854290b44856394764e0ea27feed1 Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Sat, 27 Apr 2019 10:31:06 +0200 Subject: [PATCH] Fix minor ui-bugs --- app/src/components/Layout/TitleBar.tsx | 3 --- app/src/components/SettingsDrawer/Settings.tsx | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/app/src/components/Layout/TitleBar.tsx b/app/src/components/Layout/TitleBar.tsx index a1b1893..df3d744 100644 --- a/app/src/components/Layout/TitleBar.tsx +++ b/app/src/components/Layout/TitleBar.tsx @@ -78,9 +78,6 @@ const styles: StyleRulesCallback = theme => ({ paddingLeft: theme.spacing(6), transition: theme.transitions.create('width'), width: '100%', - [theme.breakpoints.up('md')]: { - width: 200, - }, }, menuButton: { marginLeft: -12, diff --git a/app/src/components/SettingsDrawer/Settings.tsx b/app/src/components/SettingsDrawer/Settings.tsx index 66d278b..957aac2 100644 --- a/app/src/components/SettingsDrawer/Settings.tsx +++ b/app/src/components/SettingsDrawer/Settings.tsx @@ -109,7 +109,7 @@ class Settings extends React.Component { private toggleTheme() { const { actions, theme } = this.props - return + return } private renderAutoExpand() {