From 2c041fbac656bba3f48c23c59f7a8baae834a58f Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 1 Feb 2024 00:48:03 -0800 Subject: [PATCH] Some minor tweaks --- src-web/components/GrpcConnectionLayout.tsx | 25 +++++++------------ src-web/components/core/CountBadge.tsx | 2 +- src-web/components/core/JsonAttributeTree.tsx | 2 +- src-web/components/core/Stacks.tsx | 3 ++- tailwind.config.cjs | 5 ++-- 5 files changed, 16 insertions(+), 21 deletions(-) diff --git a/src-web/components/GrpcConnectionLayout.tsx b/src-web/components/GrpcConnectionLayout.tsx index b8db8d63..e8c1c188 100644 --- a/src-web/components/GrpcConnectionLayout.tsx +++ b/src-web/components/GrpcConnectionLayout.tsx @@ -214,34 +214,27 @@ export function GrpcConnectionLayout({ style }: Props) { }} alignItems="center" className={classNames( - 'px-2 py-1 font-mono text-xs opacity-70', - m === activeMessage && 'bg-highlight !opacity-100', + 'px-2 py-1 font-mono', + m === activeMessage && 'bg-highlight', )} > -
{m.message}
-
{format(m.time, 'HH:mm:ss')}
+
{m.message}
+
+ {format(m.time, 'HH:mm:ss')} +
))} -
+
-
- +
+
{/* {count} diff --git a/src-web/components/core/JsonAttributeTree.tsx b/src-web/components/core/JsonAttributeTree.tsx index 4edeed4f..e0deacfa 100644 --- a/src-web/components/core/JsonAttributeTree.tsx +++ b/src-web/components/core/JsonAttributeTree.tsx @@ -81,7 +81,7 @@ export const JsonAttributeTree = ({ depth = 0, attrKey, attrValue, attrKeyJsonPa
{isExpandable ? ( -