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; overflow: hidden;
height: fit-content; height: fit-content;
position: relative; position: relative;
overflow-y: scroll; overflow-y: auto;
} }
#description-carousel .description-carousel-item { #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"; rightButton.style.display = "block";
} }
try {
transitionPokemonCarousel(activePokemonCarousel); transitionPokemonCarousel(activePokemonCarousel);
} catch {
//carousel not built yet
}
} }
function transitionPokemonCarousel(i) { function transitionPokemonCarousel(i) {