Added logo and styling options
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
top: 40%;
|
||||
width: 90%;
|
||||
transform: translate(-50%, 0%);
|
||||
background-image: url('/images/background.svg');
|
||||
background-image: url('/images/background.jpg');
|
||||
background-attachment: fixed;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
// eslint-disable-next-line
|
||||
var config =
|
||||
{
|
||||
loginEnabled : false,
|
||||
developmentPort : 3443,
|
||||
turnServers : [
|
||||
turnServers : [
|
||||
{
|
||||
urls : [
|
||||
'turn:turn.example.com:443?transport=tcp'
|
||||
@@ -16,8 +17,11 @@ var config =
|
||||
{
|
||||
tcp : true
|
||||
},
|
||||
lastN : 4,
|
||||
theme :
|
||||
lastN : 4,
|
||||
background : 'images/background.jpg',
|
||||
// Add file and uncomment for adding logo to appbar
|
||||
// logo : 'images/logo.svg',
|
||||
theme :
|
||||
{
|
||||
palette :
|
||||
{
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 88 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 313 KiB |
Reference in New Issue
Block a user