diff --git a/public/css/Room.css b/public/css/Room.css index df4c0a1b..9f8e8c20 100644 --- a/public/css/Room.css +++ b/public/css/Room.css @@ -462,6 +462,15 @@ th { width: 20px; } +.btn-custom { + width: 100%; + background: var(--body-bg); + padding: 10px; +} +.btn-custom:hover { + background: var(--select-bg); +} + /*-------------------------------------------------------------- # Dropdown menu --------------------------------------------------------------*/ diff --git a/public/js/Room.js b/public/js/Room.js index d021fd5e..44dc0e16 100644 --- a/public/js/Room.js +++ b/public/js/Room.js @@ -4032,7 +4032,7 @@ function showAbout() { imageUrl: image.about, customClass: { image: 'img-about' }, position: 'center', - title: 'WebRTC SFU 1.4.73', + title: 'WebRTC SFU v1.4.73', html: `
diff --git a/public/views/Room.html b/public/views/Room.html index 32ae8a07..ab3a6e2e 100644 --- a/public/views/Room.html +++ b/public/views/Room.html @@ -972,10 +972,10 @@ access to use this app.
- -
@@ -988,16 +988,16 @@ access to use this app. value="" placeholder="https://domain/path/file.mp4" /> - -
-