mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 03:43:33 +02:00
troubleshooting Blocks injection
This commit is contained in:
parent
c6d5b1a5e6
commit
9d2be28a8a
1 changed files with 7 additions and 5 deletions
|
@ -96,11 +96,13 @@
|
|||
|
||||
function injectBlocksCode() {
|
||||
// Make space for marketplaces footer in Blocks pages.
|
||||
$("head").append(
|
||||
'<style>' +
|
||||
'#app { margin-bottom: 135px; }' +
|
||||
'.footer { bottom: 50px; }' +
|
||||
'</style>'
|
||||
/*$("body").append(
|
||||
'<div id="marketplace-navigation">' +
|
||||
'<input id="all-markets" type="button" class="white" value="See All Markets" />' +
|
||||
'</div>'
|
||||
);*/
|
||||
$("body").append(
|
||||
'style= "bottom: 135px" '
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue