diff --git a/docs/self-hosting.md b/docs/self-hosting.md index 7fc32c98..2466c86e 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -232,7 +232,7 @@ docker-compose up -d Make the script executable ```bash -$ chmod +x ./sfuUpdate.sh +$ chmod +x sfuUpdate.sh ``` Follow the commits of the MiroTalk SFU project [here](https://github.com/miroslavpejic85/mirotalksfu/commits/master) diff --git a/public/css/Room.css b/public/css/Room.css index 767ca5b6..719af779 100644 --- a/public/css/Room.css +++ b/public/css/Room.css @@ -109,9 +109,11 @@ body { font-size: 60px; font-family: 'Comfortaa'; } -#loadingDiv pre { +#loadingDiv p { padding: 5px; font-family: 'Comfortaa'; + background: rgba(0, 0, 0, 0.7); + border-radius: 10px; } /*-------------------------------------------------------------- diff --git a/public/views/Room.html b/public/views/Room.html index f70406b5..982181e3 100644 --- a/public/views/Room.html +++ b/public/views/Room.html @@ -90,10 +90,7 @@
-Please allow the camera or microphone -access to use this app. -+
Please allow the camera or microphone access to use this app.