Merge branch 'kwaroran:main' into main

This commit is contained in:
HyperBlaze
2024-12-03 23:28:56 -08:00
committed by GitHub
30 changed files with 222 additions and 61 deletions

View File

@@ -475,6 +475,7 @@
{#if $doingChat || doingChatInputTranslate}
<button
aria-labelledby="cancel"
class="peer-focus:border-textcolor flex justify-center border-y border-darkborderc items-center text-gray-100 p-3 hover:bg-blue-500 transition-colors" onclick={abortChat}
style:height={inputHeight}
>

View File

@@ -87,7 +87,7 @@
<div class="box bg-darkbg bg-opacity-70" bind:this="{box}" style="width: {$ViewBoxsize.width}px; height: {$ViewBoxsize.height}px;">
<!-- Your content here -->
<TransitionImage classType='risu' src={getEmotion(DBState.db, $CharEmotion, 'plain')}/>
<div
<div role="button" tabindex="0"
class="resize-handle"
onmousedown={handleStart}
onmouseup={handleEnd}