mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 10:52:46 +00:00
Making the error looks better
This commit is contained in:
@@ -51,6 +51,9 @@ const ContinousSave = React.createClass({
|
|||||||
Oops!
|
Oops!
|
||||||
<div className='errorContainer'>
|
<div className='errorContainer'>
|
||||||
Looks like there was a problem saving. <br />
|
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)}>
|
Report the issue <a target='_blank' href={'https://github.com/stolksdorf/naturalcrit/issues/new?body='+ encodeURIComponent(errMsg)}>
|
||||||
here
|
here
|
||||||
</a>.
|
</a>.
|
||||||
|
|||||||
@@ -120,7 +120,7 @@
|
|||||||
top : 29px;
|
top : 29px;
|
||||||
left : -20px;
|
left : -20px;
|
||||||
z-index : 1000;
|
z-index : 1000;
|
||||||
width : 120px;
|
width : 170px;
|
||||||
padding : 8px;
|
padding : 8px;
|
||||||
background-color : #333;
|
background-color : #333;
|
||||||
a{
|
a{
|
||||||
|
|||||||
Reference in New Issue
Block a user