This commit is contained in:
Michael Green
2025-01-11 21:41:59 +11:00
parent 25ce6979ad
commit 68bd3d8408
2 changed files with 3 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ namespace gaseous_server.Models
{ {
Logging.Log(Logging.LogType.Information, "Platform Map", "Importing " + mapItem.IGDBName + " from predefined data."); Logging.Log(Logging.LogType.Information, "Platform Map", "Importing " + mapItem.IGDBName + " from predefined data.");
// doesn't exist - add it // doesn't exist - add it
WritePlatformMap(mapItem, false, true); WritePlatformMap(mapItem, false, true, true);
} }
} }
} }

View File

@@ -2990,7 +2990,8 @@ button:not(.select2-selection__choice__remove):not(.select2-selection__clear):no
.platform_name { .platform_name {
display: block; display: block;
max-width: 75px; /* max-width: 75px; */
width: 25%;
height: auto; height: auto;
} }