WIP
This commit is contained in:
@@ -54,7 +54,7 @@ namespace gaseous_server.Models
|
||||
{
|
||||
Logging.Log(Logging.LogType.Information, "Platform Map", "Importing " + mapItem.IGDBName + " from predefined data.");
|
||||
// doesn't exist - add it
|
||||
WritePlatformMap(mapItem, false, true);
|
||||
WritePlatformMap(mapItem, false, true, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -2990,7 +2990,8 @@ button:not(.select2-selection__choice__remove):not(.select2-selection__clear):no
|
||||
|
||||
.platform_name {
|
||||
display: block;
|
||||
max-width: 75px;
|
||||
/* max-width: 75px; */
|
||||
width: 25%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user