Merge branch 'kwaroran:main' into main
This commit is contained in:
@@ -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}
|
||||
>
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user