[feat] css full support
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
{:else if $DataBase.theme === 'waifuMobile'}
|
||||
<div class="flex-grow h-full relative" style={bgImg.length < 4 ? wallPaper : bgImg}>
|
||||
<BackgroundDom />
|
||||
<div class="w-full absolute z-10 bottom-0 left-0" class:pre33={$selectedCharID >= 0}>
|
||||
<div class="w-full absolute z-10 bottom-0 left-0" class:per33={$selectedCharID >= 0}>
|
||||
<DefaultChatScreen customStyle={`${externalStyles}backdrop-filter: blur(4px);`} bind:openChatList/>
|
||||
</div>
|
||||
{#if $selectedCharID >= 0}
|
||||
|
||||
@@ -66,7 +66,6 @@
|
||||
<button class="mr-2 text-gray-400 hover:text-green-500" on:click={() => (openHub = false)}>
|
||||
<ArrowLeft/>
|
||||
</button>
|
||||
<h1 class="text-3xl font-bold">{language.hub} <Help key="experimental" /> </h1>
|
||||
</div>
|
||||
<Hub />
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user