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.");
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user