Added favicon and cleaned up page

This commit is contained in:
Notoric 2024-04-16 21:57:36 +01:00
parent c6a086c5c1
commit ce5104d97e
3 changed files with 7 additions and 2 deletions

View File

@ -288,7 +288,7 @@ h3 {
overflow: hidden;
height: fit-content;
position: relative;
overflow-y: scroll;
overflow-y: auto;
}
#description-carousel .description-carousel-item {

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

View File

@ -740,7 +740,12 @@ function pokemonCarousel(direction) {
rightButton.style.display = "block";
}
transitionPokemonCarousel(activePokemonCarousel);
try {
transitionPokemonCarousel(activePokemonCarousel);
} catch {
//carousel not built yet
}
}
function transitionPokemonCarousel(i) {