mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-11-03 01:18:58 +00:00
🐛 screen moves when opening dialogue
This commit is contained in:
parent
8d264176bd
commit
efcd41c10e
2 changed files with 1 additions and 3 deletions
0
TODO.md
Normal file
0
TODO.md
Normal file
|
|
@ -2186,7 +2186,6 @@ ul.buttons.compact li {
|
|||
|
||||
body {
|
||||
font-family: "PokemonGB";
|
||||
line-height: 1.7;
|
||||
font-smooth: never;
|
||||
-webkit-font-smoothing: none;
|
||||
min-width: 320px;
|
||||
|
|
@ -2202,6 +2201,7 @@ h4,
|
|||
h5,
|
||||
h6 {
|
||||
font-weight: normal;
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
|
|
@ -2249,5 +2249,3 @@ h6 {
|
|||
padding: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=css-pokemon-gameboy.css.map */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue