fix: TXT file correctly read and imported on desktop apps, closes #756 (#757)

This commit is contained in:
Huang Xin
2025-03-30 02:11:41 +08:00
committed by GitHub
parent 4acc0d8e12
commit ffd179bb06
23 changed files with 110 additions and 49 deletions
@@ -277,8 +277,8 @@ const TTSControl = () => {
className={clsx(
'fixed right-6 h-12 w-12',
appService?.hasSafeAreaInset
? 'bottom-[calc(env(safe-area-inset-bottom)+48px)]'
: 'bottom-12',
? 'bottom-[calc(env(safe-area-inset-bottom)+70px)]'
: 'bottom-[70px] sm:bottom-14',
)}
>
<TTSIcon isPlaying={isPlaying} onClick={togglePopup} />