Skip to content

Commit

Permalink
Merge pull request #712 from nextcloud/backport/700/screensharing-not…
Browse files Browse the repository at this point in the history
…-centered

[stable 13] Fix screensharing video position.
  • Loading branch information
nickvergessen authored Mar 19, 2018
2 parents ba787b4 + e0fdc73 commit 0024bc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ video {
}

#screens video {
width: 100%;
-webkit-filter: none;
filter: none;
}
Expand Down

0 comments on commit 0024bc2

Please sign in to comment.