mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Crosspromo
This commit is contained in:
parent
eb628526c9
commit
fb695d7413
@ -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 {
|
.footer {
|
||||||
display: grid;
|
display: grid;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
@ -173,6 +173,15 @@ export class MainMenuState extends GameState {
|
|||||||
'<a class="producerLink" target="_blank">Tobias Springer</a>'
|
'<a class="producerLink" target="_blank">Tobias Springer</a>'
|
||||||
)}</div>
|
)}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
${
|
||||||
|
G_IS_STANDALONE
|
||||||
|
? ""
|
||||||
|
: `
|
||||||
|
<iframe id="crosspromo" src="https://crosspromo.tobspr.io"></iframe>
|
||||||
|
|
||||||
|
`
|
||||||
|
}
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
Loading…
Reference in New Issue
Block a user