mirror of
https://github.com/AnimeThemes/animethemes-server.git
synced 2026-07-11 01:24:46 +02:00
style: fix sandbox margin (#1017)
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<div style="width: 100%; height: 100%;" id='embedded-sandbox'></div>
|
||||
<script src="https://embeddable-sandbox.cdn.apollographql.com/v2/embeddable-sandbox.umd.production.min.js"></script>
|
||||
<script>
|
||||
new window.EmbeddedSandbox({
|
||||
target: '#embedded-sandbox',
|
||||
initialEndpoint: '{{ $endpoint }}',
|
||||
});
|
||||
</script>
|
||||
<body style="margin: 0;">
|
||||
<div style="width: 100%; height: 100%;" id='embedded-sandbox'></div>
|
||||
<script src="https://embeddable-sandbox.cdn.apollographql.com/v2/embeddable-sandbox.umd.production.min.js"></script>
|
||||
<script>
|
||||
new window.EmbeddedSandbox({
|
||||
target: '#embedded-sandbox',
|
||||
initialEndpoint: '{{ $endpoint }}',
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
Reference in New Issue
Block a user