Skip to content

Commit

Permalink
Limit the remote screen view to 85% of the browser's width (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch authored Jul 29, 2020
1 parent 832a7f3 commit 367f74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ button:active {
}

#remote-screen {
max-width: 1920px;
max-width: 85%;
max-height: 1080px;
margin-left: auto;
margin-right: auto;
Expand Down

0 comments on commit 367f74d

Please sign in to comment.