Skip to content

Commit

Permalink
[mirotalk] - improve UI for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jun 23, 2022
1 parent f154b40 commit daeb611
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -3979,7 +3979,8 @@ function hideShowMySettings() {
playSound('newMessage');
// adapt it for mobile
if (isMobileDevice) {
mySettings.style.setProperty('width', '90%');
mySettings.style.setProperty('width', '100%');
mySettings.style.setProperty('height', '100%');
document.documentElement.style.setProperty('--mySettings-select-w', '99%');
}
// my current peer name
Expand Down

0 comments on commit daeb611

Please sign in to comment.