From d9eafff7df277d9a09244f599be16e06209edc1f Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 21 Feb 2026 19:02:29 +0200 Subject: [PATCH] style(client): improve no items size and alignment --- apps/client/src/widgets/react/NoItems.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/client/src/widgets/react/NoItems.css b/apps/client/src/widgets/react/NoItems.css index f9876db6c4..f3cc6c6553 100644 --- a/apps/client/src/widgets/react/NoItems.css +++ b/apps/client/src/widgets/react/NoItems.css @@ -7,9 +7,11 @@ padding: 0.75em; color: var(--muted-text-color); height: 100%; + text-align: center; .tn-icon { - font-size: 3em; + font-size: 4em; + margin-bottom: 1rem; } button {