Globe: Modify the cut version
This commit is contained in:
@@ -55,4 +55,10 @@
|
|||||||
|
|
||||||
<svelte:window on:resize={resize} />
|
<svelte:window on:resize={resize} />
|
||||||
|
|
||||||
|
{#if type === 'part'}
|
||||||
|
<div class="globe__cut">
|
||||||
|
<div class="globe" bind:this={scope} />
|
||||||
|
</div>
|
||||||
|
{:else}
|
||||||
<div class="globe" bind:this={scope} />
|
<div class="globe" bind:this={scope} />
|
||||||
|
{/if}
|
||||||
|
|||||||
@@ -78,9 +78,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="globe__cut">
|
|
||||||
<InteractiveGlobe type="part" />
|
<InteractiveGlobe type="part" />
|
||||||
</div>
|
|
||||||
|
|
||||||
<Footer />
|
<Footer />
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user