Skip to content

Commit

Permalink
Adjust transfer file page appearance.
Browse files Browse the repository at this point in the history
  • Loading branch information
vldr committed May 19, 2024
1 parent d920ae1 commit 30728ad
Show file tree
Hide file tree
Showing 9 changed files with 305 additions and 8 deletions.
291 changes: 291 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-mkcert": "^1.17.5",
"vite-plugin-solid": "^2.7.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/ErrorPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const ErrorPage: Component<{ message: string }> = (props) => {
};

return (
<div class="flex flex-col h-fit min-dvh-screen justify-center items-center p-8 pb-12 text-center">
<div class="flex flex-col h-fit min-dvh-screen justify-center items-center px-8 py-4 text-center">
<svg class="w-32 h-32 mb-[-20px]" viewBox="0 0 100 125.0125">
<path
fill="#ff3b3b"
Expand Down
Loading

0 comments on commit 30728ad

Please sign in to comment.