From cea4779b8c72ac294d78420373f84b478f233912 Mon Sep 17 00:00:00 2001 From: Adam Bem Date: Fri, 3 Nov 2023 08:18:04 +0100 Subject: [PATCH] Adjusted file selector width --- Frontend/src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/src/style.css b/Frontend/src/style.css index 5bf48b8..06b490e 100644 --- a/Frontend/src/style.css +++ b/Frontend/src/style.css @@ -25,5 +25,5 @@ } .file-selector { - @apply file:border-none file:hover:brightness-110 file:py-2 file:px-4 file:h-full file:min-w-fit file:rounded-full file:bg-gradient-to-r file:from-blue-400 file:to-sky-300 file:dark:text-white file:dark:from-sky-600 file:dark:to-sky-800 file:hover:bg-blue-400 w-fit rounded-full text-sm text-gray-900 border border-gray-300 cursor-pointer bg-gray-50 dark:text-gray-400 focus:outline-none dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 + @apply block file:border-none file:hover:brightness-110 file:py-2 file:px-4 file:h-full file:w-32 file:rounded-full file:bg-gradient-to-r file:from-blue-400 file:to-sky-300 file:dark:text-white file:dark:from-sky-600 file:dark:to-sky-800 file:hover:bg-blue-400 w-72 rounded-full text-sm text-gray-900 border border-gray-300 cursor-pointer bg-gray-50 dark:text-gray-400 focus:outline-none dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 } \ No newline at end of file