aria-role fixes

This commit is contained in:
kwaroran
2024-12-02 04:27:50 +09:00
parent 8f72b9e6e2
commit 0e292bd690
20 changed files with 99 additions and 42 deletions

View File

@@ -23,9 +23,7 @@
<div class="flex-grow h-full min-w-0 relative justify-center flex">
<SideBarArrow />
<BackgroundDom />
<div style={wallPaper} class="h-full w-full bg-cover" onclick={() => {
forceRender()
}}>
<div style={wallPaper} class="h-full w-full bg-cover">
<VisualNovelChat />
</div>
</div>