Forms visible in Flashdex
This commit is contained in:
23
style.css
23
style.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user