Skip to content

Commit

Permalink
Merge pull request #505 from jcme/patch-2
Browse files Browse the repository at this point in the history
Force UI to full size if loaded in new tab
  • Loading branch information
MeoMix committed May 4, 2015
2 parents 6ddda20 + 1b1c33d commit e5a084c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/less/foreground.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
@import "volumeArea";

// Force UI to full size if Streamus has been loaded into a tab by detecting min-width/min-height greater than maximum extension width/height.
/*@media (min-width:650px) and (min-height:490px) {
@media (min-width:650px) and (min-height:490px) {
html,
body {
width: 100% !important;
height: 100% !important;
}
}*/
}

body {
// Default dimensions of Streamus as a browser extension
Expand Down

0 comments on commit e5a084c

Please sign in to comment.