[fix] fixed ungood transitions

This commit is contained in:
kwaroran
2023-07-21 01:17:01 +09:00
parent ab4dbb6cac
commit b0e020c1ce

View File

@@ -39,7 +39,7 @@
</div> </div>
</div> </div>
{:else if $DataBase.theme === 'waifu'} {:else if $DataBase.theme === 'waifu'}
<div class="flex-grow h-full flex justify-center relative" style="max-width:calc({$sideBarStore ? $SizeStore.w - 400 : $SizeStore.w}px);{bgImg.length < 4 ? wallPaper : bgImg}"> <div class="flex-grow h-full flex justify-center relative" style="{bgImg.length < 4 ? wallPaper : bgImg}">
<BackgroundDom /> <BackgroundDom />
{#if $selectedCharID >= 0} {#if $selectedCharID >= 0}
{#if $DataBase.characters[$selectedCharID].viewScreen !== 'none'} {#if $DataBase.characters[$selectedCharID].viewScreen !== 'none'}