Refactor Pokémon detail display and improve error handling in data fetching

This commit is contained in:
vista-man
2025-03-27 11:38:52 +01:00
parent e7076acdd3
commit e2433e12a1
5 changed files with 82 additions and 255 deletions

View File

@@ -79,6 +79,10 @@ input:focus-visible {
display: none;
}
.arrow.hidden {
display: none;
}
body {
margin: 0;
height: 100vh;