TESTING - Add Site Notice (Kind of required)
This commit is contained in:
parent
fbc2b1cf21
commit
b335425dde
@ -80,7 +80,7 @@
|
|||||||
.append(
|
.append(
|
||||||
$('<div>')
|
$('<div>')
|
||||||
.css({
|
.css({
|
||||||
backgroundColor: #a90000,
|
backgroundColor: '#a90000',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
padding: 8,
|
padding: 8,
|
||||||
minWidth: 350,
|
minWidth: 350,
|
||||||
@ -91,6 +91,7 @@
|
|||||||
.css({
|
.css({
|
||||||
margin: 8,
|
margin: 8,
|
||||||
color: 'white'
|
color: 'white'
|
||||||
|
white-space: pre-wrap
|
||||||
})
|
})
|
||||||
.html(notice)
|
.html(notice)
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user