Merge remote-tracking branch 'upstream/develop' into next

This commit is contained in:
Thomas Basler 2021-06-04 19:42:34 +02:00
commit 6983aeeb2d
1 changed files with 4 additions and 4 deletions

View File

@ -14,14 +14,15 @@
pointer-events: all;
margin-left: auto;
margin-right: auto;
width: 515px;
width: 530px;
margin-top: 200px;
max-width: 100vw;
.defaultCard {
border-radius: 5px;
border: 2px black solid;
background-color: whitesmoke;
width: 500px;
width: 530px;
header {
padding: 5px;
@ -30,7 +31,7 @@
iframe {
border: 0;
width: 515px;
width: 530px;
height: 270px;
overflow: hidden;
}
@ -60,5 +61,4 @@
<div class="buttonContainer">
<button class="nes-btn is-popUpElement" on:click={closeCard}>Close</button>
</div>
</section>