From 95ec95e1afe071da332352b9e2f4b11a4d1cc656 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Tue, 17 May 2022 21:51:30 +0200 Subject: [PATCH] [mirotalk] - fix typo --- public/css/client.css | 18 +++++++++--------- public/css/whiteboard.css | 2 +- public/js/client.js | 4 +++- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/public/css/client.css b/public/css/client.css index cfcf12e4..b5e9b13d 100755 --- a/public/css/client.css +++ b/public/css/client.css @@ -143,7 +143,7 @@ body { --------------------------------------------------------------*/ #buttonsBar { - z-index: 12; + z-index: 10; display: none; position: fixed; padding: 5px; @@ -215,7 +215,7 @@ body { --------------------------------------------------------------*/ .msger-draggable { - z-index: 10; + z-index: 14; display: none; position: fixed; /* center screen */ @@ -462,7 +462,7 @@ button:hover { --------------------------------------------------------------*/ #msgerCP { - z-index: 11; + z-index: 12; display: none; position: absolute; bottom: 55px; @@ -527,7 +527,7 @@ button:hover { --------------------------------------------------------------*/ emoji-picker { - z-index: 0; + z-index: 12; position: absolute; bottom: 55px; width: 100%; @@ -998,11 +998,11 @@ z-index ------------------ 8 video avatar img 9 count time -10 chat room -11 chat peers private msg -12 left buttons -13 chat emoji -14 whiteboard +10 left buttons +11 whiteboard +12 chat emoji +13 chat peers private msg +14 chat room 15 video iframe 16 settings 17 send File Div diff --git a/public/css/whiteboard.css b/public/css/whiteboard.css index ae81a493..fed30f9e 100644 --- a/public/css/whiteboard.css +++ b/public/css/whiteboard.css @@ -3,7 +3,7 @@ --------------------------------------------------------------*/ #whiteboard { - z-index: 14; + z-index: 11; position: fixed; margin: auto; padding: 10px; diff --git a/public/js/client.js b/public/js/client.js index 4c08303f..3ebeb468 100644 --- a/public/js/client.js +++ b/public/js/client.js @@ -3569,7 +3569,9 @@ function msgerAddPeers(peers) { type="text" placeholder="💬 Enter your message..." /> - + `; msgerCPList.insertAdjacentHTML('beforeend', msgerPrivateDiv);