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