From 68bd3d84087297ce94d1c0c42dc355fd1c9974bb Mon Sep 17 00:00:00 2001 From: Michael Green <84688932+michael-j-green@users.noreply.github.com> Date: Sat, 11 Jan 2025 21:41:59 +1100 Subject: [PATCH] WIP --- gaseous-server/Models/PlatformMapping.cs | 2 +- gaseous-server/wwwroot/styles/style.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gaseous-server/Models/PlatformMapping.cs b/gaseous-server/Models/PlatformMapping.cs index 29e3a3a..ffcaaa4 100644 --- a/gaseous-server/Models/PlatformMapping.cs +++ b/gaseous-server/Models/PlatformMapping.cs @@ -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); } } } diff --git a/gaseous-server/wwwroot/styles/style.css b/gaseous-server/wwwroot/styles/style.css index 8cff77a..97bface 100644 --- a/gaseous-server/wwwroot/styles/style.css +++ b/gaseous-server/wwwroot/styles/style.css @@ -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; }