Remove border on Munzee oauth screen
This commit is contained in:
parent
a141968ffd
commit
fd19981013
@ -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 {
|
||||||
|
@ -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='
|
||||||
|
Reference in New Issue
Block a user