Fix iframe size and 2023-12-16-mario-kart-ds ROM

This commit is contained in:
OctoSpacc 2023-12-17 00:31:36 +01:00
parent e5130fefb8
commit fa2fafadf2
2 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,7 @@ software_data:
core : desmume
backend : standalone
rom_index : MARIOKARTDS-A39J01.nds
rom_url : https://octospacc.gitlab.io/Web-Archives-Misc/Repo/DeSmuME/#RomUrl=https://octospacc.gitlab.io/ROMs-Archive-Misc/MARIOKARTDS-A39J01.nds
rom_url : https://octospacc.gitlab.io/ROMs-Archive-Misc/MARIOKARTDS-A39J01.nds
release :
region : Japan
source : official

View File

@ -43,7 +43,8 @@ footer a > svg
vertical-align: middle;
}
iframe.AppFrame
iframe.AppFrame,
iframe#software-embed-frame
{
height: calc(100vh - 4rem);
border: none;