Added favicon and cleaned up page
This commit is contained in:
parent
c6a086c5c1
commit
ce5104d97e
|
@ -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 {
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 318 B |
|
@ -740,7 +740,12 @@ function pokemonCarousel(direction) {
|
||||||
rightButton.style.display = "block";
|
rightButton.style.display = "block";
|
||||||
}
|
}
|
||||||
|
|
||||||
transitionPokemonCarousel(activePokemonCarousel);
|
try {
|
||||||
|
transitionPokemonCarousel(activePokemonCarousel);
|
||||||
|
} catch {
|
||||||
|
//carousel not built yet
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function transitionPokemonCarousel(i) {
|
function transitionPokemonCarousel(i) {
|
||||||
|
|
Loading…
Reference in New Issue