From a75feea9c513f4b55bf87cfbb161cc23ac0e49ea Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Tue, 4 Jun 2024 21:45:31 +0200 Subject: [PATCH] Refactor styling of ScriptBrowser component in ScriptBrowser.tsx --- components/ScriptBrowser.tsx | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/components/ScriptBrowser.tsx b/components/ScriptBrowser.tsx index eeb64f4..5f03629 100644 --- a/components/ScriptBrowser.tsx +++ b/components/ScriptBrowser.tsx @@ -136,9 +136,9 @@ const ScriptBrowser = ({ return (
+
{links.reduce( (acc, category) => acc + category.expand.items.length, 0, @@ -168,11 +168,11 @@ const ScriptBrowser = ({ )}
+
Press 'Esc' to clear the search
) : ( -+