Fix
This commit is contained in:
parent
c94d8f3854
commit
286b2d7304
|
@ -18,7 +18,7 @@ tags:
|
||||||
author: "octobot"
|
author: "octobot"
|
||||||
mobygames_id: "17730"
|
mobygames_id: "17730"
|
||||||
software_data:
|
software_data:
|
||||||
platform: "NES"
|
platform: "nes"
|
||||||
rom_index: "578ac4e6c15c915e274c69580f30aaa9.nes"
|
rom_index: "578ac4e6c15c915e274c69580f30aaa9.nes"
|
||||||
release:
|
release:
|
||||||
region: "USA"
|
region: "USA"
|
||||||
|
|
|
@ -55,7 +55,7 @@ iframe#software-embed-frame {
|
||||||
}
|
}
|
||||||
|
|
||||||
body.cinema-view > section.post > article > p.software-embed-wrapper > div.software-embed-container {
|
body.cinema-view > section.post > article > p.software-embed-wrapper > div.software-embed-container {
|
||||||
height: calc(100vh - 2rem);
|
height: calc(100vh - 2rem) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ConfigurationCustomizer > ul > li {
|
#ConfigurationCustomizer > ul > li {
|
||||||
|
|
Loading…
Reference in New Issue