Skip to content

Commit

Permalink
[mirotalksfu] - UI
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jan 11, 2025
1 parent 9ae35c8 commit 4486e31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions public/css/Room.css
Original file line number Diff line number Diff line change
Expand Up @@ -1527,6 +1527,10 @@ hr {
object-fit: contain;
}

.user-hand {
background: transparent !important;
}

/*--------------------------------------------------------------
# Pulsate class effect
--------------------------------------------------------------*/
Expand Down
2 changes: 1 addition & 1 deletion public/js/RoomClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const html = {
videoOn: 'fas fa-video',
videoOff: 'fas fa-video-slash',
userName: 'username',
userHand: 'fas fa-hand-paper pulsate',
userHand: 'fas fa-hand-paper user-hand pulsate',
pip: 'fas fa-images',
fullScreen: 'fas fa-expand',
fullScreenOn: 'fas fa-compress-alt',
Expand Down

0 comments on commit 4486e31

Please sign in to comment.