diff --git a/src/browser/components/SettingsPage.jsx b/src/browser/components/SettingsPage.jsx index c20f7bb6..ae6b0809 100644 --- a/src/browser/components/SettingsPage.jsx +++ b/src/browser/components/SettingsPage.jsx @@ -414,6 +414,15 @@ const SettingsPage = React.createClass({ className='navbar-fixed-top' style={settingsPage.navbar} > +
+ + { this.state.savingState === 'done' ? null : } + +

{'Settings'}

); } diff --git a/src/browser/css/settings.css b/src/browser/css/settings.css index c954339d..e75ee212 100644 --- a/src/browser/css/settings.css +++ b/src/browser/css/settings.css @@ -4,18 +4,16 @@ } .IndicatorContainer { - pointer-events: none; - position: fixed; - top: 100px; - left: 0; - right: 0; + position: absolute; + height: 100%; display: flex; flex-flow: row; - justify-content: center; + justify-content: flex-start; + align-items: center; } -.IndicatorContainer * { - pointer-events: auto; +.AutoSaveIndicator { + margin: 0; } .AutoSaveIndicator-enter {