0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 04:32:38 +00:00

Added a notification popup similar to the "YOU ARE NOT USING CHROME" message. Can be used to notify users of current known issues, updates, etc.

Currently just reminds users to back up documents with a link to the Reddit FAQ.
This commit is contained in:
Trevor Buckner
2019-01-11 16:26:03 -05:00
parent bf21c3d351
commit 63a1ff454f
5 changed files with 131 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ const RenderWarnings = createClass({
if(!isChrome){
return <li key='chrome'>
<em>Built for Chrome </em> <br />
Other browsers do not support
Other browsers do not support &nbsp;
<a target='_blank' href='https://developer.mozilla.org/en-US/docs/Web/CSS/column-span#Browser_compatibility'>
key features
</a> this site uses.

View File

@@ -1,16 +1,17 @@
.renderWarnings{
position : fixed;
position : relative;
float : right;
display : inline-block;
top : @navbarHeight;
right : 15px;
z-index : 10001;
width : 350px;
padding : 20px;
padding-bottom : 10px;
padding-left : 85px;
margin-bottom : 10px;
background-color : @yellow;
color : white;
a{
font-weight : 800;
}
i.ohno{
position : absolute;
top : 24px;