Merge pull request #1127 from thecodingmachine/fixMobileVisitCard
FIX: temporary fix for visit card on mobile
This commit is contained in:
commit
d464f94e0f
@ -14,14 +14,15 @@
|
|||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
width: 515px;
|
width: 530px;
|
||||||
margin-top: 200px;
|
margin-top: 200px;
|
||||||
|
max-width: 100vw;
|
||||||
|
|
||||||
.defaultCard {
|
.defaultCard {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border: 2px black solid;
|
border: 2px black solid;
|
||||||
background-color: whitesmoke;
|
background-color: whitesmoke;
|
||||||
width: 500px;
|
width: 530px;
|
||||||
|
|
||||||
header {
|
header {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
@ -30,7 +31,7 @@
|
|||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
border: 0;
|
border: 0;
|
||||||
width: 515px;
|
width: 530px;
|
||||||
height: 270px;
|
height: 270px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
@ -60,5 +61,4 @@
|
|||||||
<div class="buttonContainer">
|
<div class="buttonContainer">
|
||||||
<button class="nes-btn is-popUpElement" on:click={closeCard}>Close</button>
|
<button class="nes-btn is-popUpElement" on:click={closeCard}>Close</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user