Crosspromo

This commit is contained in:
tobspr 2021-08-11 16:27:39 +02:00
parent eb628526c9
commit fb695d7413
2 changed files with 19 additions and 0 deletions

View File

@ -550,6 +550,16 @@
}
}
#crosspromo {
position: absolute;
@include S(bottom, 50px);
@include S(right, 20px);
@include S(width, 190px);
@include S(height, 100px);
pointer-events: all;
border: 0;
}
.footer {
display: grid;
flex-grow: 1;

View File

@ -173,6 +173,15 @@ export class MainMenuState extends GameState {
'<a class="producerLink" target="_blank">Tobias Springer</a>'
)}</div>
</div>
${
G_IS_STANDALONE
? ""
: `
<iframe id="crosspromo" src="https://crosspromo.tobspr.io"></iframe>
`
}
`
}
`;