feat(desktop): make error view draggable (#34627)

This commit is contained in:
usrnk1 2026-06-30 16:12:43 +02:00 committed by GitHub
parent 63e24880e5
commit fa9ba2938e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -276,7 +276,10 @@ export const ErrorPage: Component<ErrorPageProps> = (props) => {
}
return (
<div class="relative flex-1 h-screen w-screen min-h-0 flex flex-col items-center justify-center bg-background-base font-sans">
<div
class="relative flex-1 h-screen w-screen min-h-0 flex flex-col items-center justify-center bg-background-base font-sans"
data-tauri-drag-region
>
<div class="w-2/3 max-w-3xl flex flex-col items-center justify-center gap-8">
<Logo class="w-58.5 opacity-12 shrink-0" />
<div class="flex flex-col items-center gap-2 text-center">