Forms visible in Flashdex

This commit is contained in:
2022-03-03 13:30:59 +01:00
parent 19aa6b70b3
commit 8eeb0dee35
8 changed files with 269 additions and 135 deletions

View File

@@ -368,7 +368,23 @@ article #container.diploma #score {
height: 250px;
display: block;
margin: auto;
margin: 12px 0px;
margin: 12px auto;
}
#game #flashdex .pokedex .button {
position: absolute;
bottom: 0;
left: 0;
margin: 8px;
background: white;
padding: 1.5px;
border-radius: 5px;
color: dimgray;
}
#game #flashdex .pokedex .left-arrow, #game #flashdex .pokedex .right-arrow {
cursor: pointer;
user-select: none;
}
#game #flashdex .pokedex span.form {
@@ -376,7 +392,6 @@ article #container.diploma #score {
float: right;
width: 25px; height: 25px;
background-size: 25px 25px;
position: absolute;
right: 10px;
}
@@ -571,6 +586,10 @@ article #container.diploma #score {
flex-wrap: wrap;
}
#game #flashdex .pokedex img {
height: 230px;
}
#game #flashdex_config .generation .gen {
display: block;
position: relative;