diff --git a/package-lock.json b/package-lock.json index 941d1ea..def1842 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pimi-launcher", - "version": "1.2.0-alpha", + "version": "1.2.1-alpha", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pimi-launcher", - "version": "1.2.0-alpha", + "version": "1.2.1-alpha", "hasInstallScript": true, "dependencies": { "@electron-toolkit/preload": "^2.0.0", diff --git a/package.json b/package.json index 880b152..4a76e0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pimi-launcher", - "version": "1.2.0-alpha", + "version": "1.2.1-alpha", "description": "Modern Minecraft Launcher", "main": "./out/main/index.js", "author": "artegoser", diff --git a/src/renderer/src/assets/index.css b/src/renderer/src/assets/index.css index 41cd007..8beb4c6 100644 --- a/src/renderer/src/assets/index.css +++ b/src/renderer/src/assets/index.css @@ -6,6 +6,13 @@ @apply bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500; } +.react-select__control { + @apply grid grid-cols-2 bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-0.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500 !important; +} + +.react-select__indicators { + @apply justify-end !important; +} ::-webkit-scrollbar { width: 0; } diff --git a/src/renderer/src/pages/Main.jsx b/src/renderer/src/pages/Main.jsx index a406635..c6bb0e8 100644 --- a/src/renderer/src/pages/Main.jsx +++ b/src/renderer/src/pages/Main.jsx @@ -58,6 +58,8 @@ function Main() {