Skip to content

Commit

Permalink
ui_isssues_fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-kumar-bs committed Jul 29, 2021
1 parent f2ff23f commit 0c44459
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions public/css/chat-fab.css
Original file line number Diff line number Diff line change
Expand Up @@ -707,10 +707,10 @@
width: auto;
}

.agora-fullscreen .fabs.fabs-chat-left, .agora-fullscreen .fabs.fabs-chat-right{
/*.agora-fullscreen .fabs.fabs-chat-left, .agora-fullscreen .fabs.fabs-chat-right{
top: auto;
transform: translateY(-150%);
}
}*/

/* chat position bottom */
.fabs.fabs-chat-bottom {
Expand Down
6 changes: 4 additions & 2 deletions public/css/wp-agora-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
.agora .screen-users .user {
position: relative;
overflow: hidden;
padding: 3px;
padding: 2px;
background-color: #111;
}
.screen-users .user video {
Expand Down Expand Up @@ -1031,7 +1031,9 @@ button#exit-btn {
/* End files in chat */

/****************video*mute*overlay*******************/
.user .no-video-overlay {
.user .no-video-overlay,
.screenshare-container .no-video-overlay
{
position: absolute;
z-index: 2;
width: calc(100%);
Expand Down
4 changes: 2 additions & 2 deletions public/views/parts/footer-communication.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<div class="error-container">
<span id="error-msg" class="text-danger"></span>
</div>
<?php if ($enableChat===true) { require_once('chat-fab.php'); } ?>

</footer>

<?php if ($enableChat===true) { require_once('chat-fab.php'); } ?>
<?php require_once "toast.php" ?>

0 comments on commit 0c44459

Please sign in to comment.