Skip to content

Commit

Permalink
Fix video overflowing camera popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashko Stubailo committed Dec 4, 2014
1 parent c3d856c commit 7c58380
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/solomo/.meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ less@1.0.11
livedata@1.0.11
localstorage@1.0.1
logging@1.0.5
mdg:camera@1.1.2
mdg:camera@1.1.3
mdg:geolocation@1.0.2
mdg:reload-on-resume@1.0.4
meteor-platform@1.2.0
Expand Down
5 changes: 0 additions & 5 deletions examples/solomo/devshop-demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ html, body {
height: 100%;
}

.viewfinder {
text-align: center;
padding: 10px;
}

.center {
text-align: center;
}
Expand Down
6 changes: 5 additions & 1 deletion packages/mdg:camera/camera.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
text-align: center;
}

#video {
width: 280px;
}

.center {
text-align: center;
}
Expand Down Expand Up @@ -93,4 +97,4 @@
top: 0;

background: rgba(0, 0, 0, 0.4);
}
}
2 changes: 1 addition & 1 deletion packages/mdg:camera/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: "mdg:camera",
summary: "Photos with one function call on desktop and mobile.",
version: "1.1.2",
version: "1.1.3",
git: "https://github.com/meteor/mobile-packages"
});

Expand Down
2 changes: 1 addition & 1 deletion packages/mdg:camera/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
]
],
"pluginDependencies": [],
"toolVersion": "meteor-tool@1.0.34",
"toolVersion": "meteor-tool@1.0.35",
"format": "1.0"
}

0 comments on commit 7c58380

Please sign in to comment.