0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-12 21:52:42 +00:00

Making the error looks better

This commit is contained in:
Scott Tolksdorf
2017-01-30 10:48:05 -05:00
parent 7001b71d91
commit c8c46725a2
2 changed files with 4 additions and 1 deletions

View File

@@ -51,6 +51,9 @@ const ContinousSave = React.createClass({
Oops!
<div className='errorContainer'>
Looks like there was a problem saving. <br />
Back up your brew in a text file, just in case.
<br /><br />
Report the issue <a target='_blank' href={'https://github.com/stolksdorf/naturalcrit/issues/new?body='+ encodeURIComponent(errMsg)}>
here
</a>.

View File

@@ -120,7 +120,7 @@
top : 29px;
left : -20px;
z-index : 1000;
width : 120px;
width : 170px;
padding : 8px;
background-color : #333;
a{