Remove border on Munzee oauth screen

This commit is contained in:
Skylar Ittner 2016-09-26 17:24:14 -06:00
parent a141968ffd
commit fd19981013
2 changed files with 4 additions and 3 deletions

View File

@ -385,10 +385,11 @@ body {
#munzeeoauth { #munzeeoauth {
position: absolute; position: absolute;
top: 0; top: 0px;
left: 0; left: 0px;
width: 100%; width: 100%;
height: 100%; height: 100%;
border: 0px;
} }
#shopmessage { #shopmessage {

View File

@ -15,7 +15,7 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<iframe id="munzeeoauth" src="about:blank" style="background-color: white;"></iframe> <iframe id="munzeeoauth" src="about:blank" style="background-color: white;" seamless='seamless'></iframe>
<script> <script>
$('#munzeeoauth').attr('src', 'https://api.munzee.com/oauth?response_type=code&client_id=' $('#munzeeoauth').attr('src', 'https://api.munzee.com/oauth?response_type=code&client_id='