TESTING - Add Site Notice (Kind of required)

This commit is contained in:
Lain Iwakura 2016-09-14 05:16:13 -04:00
parent b335425dde
commit 469c3c9970

View File

@ -84,14 +84,14 @@
display: 'flex',
padding: 8,
minWidth: 350,
flexDirection: 'column'
flexDirection: 'column',
})
.append(
$('<div>')
.css({
margin: 8,
color: 'white'
white-space: pre-wrap
color: 'white',
white-space: pre-wrap,
})
.html(notice)
)