This commit is contained in:
josc146 2023-12-14 14:13:12 +08:00
parent e0bf44d82f
commit 01c95f5bc4
2 changed files with 2 additions and 1 deletions

View File

@ -394,6 +394,7 @@ const Configs: FC = observer(() => {
</div>
}
/>
{mq && <div style={{ minHeight: '30px' }} />}
</div>
<div className="flex flex-row-reverse sm:fixed bottom-2 right-2">
<div className="flex gap-2">

View File

@ -109,7 +109,7 @@ func main() {
err = wails.Run(&options.App{
Title: "RWKV-Runner",
Width: 1024,
Height: 680,
Height: 700,
MinWidth: 375,
MinHeight: 640,
EnableDefaultContextMenu: true,