From 3e458ee2644d36b362f4525e65ce8358a824b288 Mon Sep 17 00:00:00 2001 From: Nikita Bizyaev Date: Thu, 30 Apr 2026 13:12:17 +0300 Subject: [PATCH] =?UTF-8?q?hide=20=D0=9F=D1=80=D0=B8=20=D0=B8=D1=81=D0=BF?= =?UTF-8?q?=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B8=20?= =?UTF-8?q?=D1=82=D0=B5=D0=BA=D1=83=D1=89=D0=B8=D1=85=20=D1=84=D0=B8=D0=BB?= =?UTF-8?q?=D1=8C=D1=82=D1=80=D0=BE=D0=B2=20=D1=80=D0=B5=D0=B7=D1=83=D0=BB?= =?UTF-8?q?=D1=8C=D1=82=D0=B0=D1=82=D1=8B=20=D0=BD=D0=B5=20=D0=BD=D0=B0?= =?UTF-8?q?=D0=B9=D0=B4=D0=B5=D0=BD=D1=8B.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/theme/toirMuiTheme.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/theme/toirMuiTheme.ts b/client/src/theme/toirMuiTheme.ts index 7cc6386..58d869e 100644 --- a/client/src/theme/toirMuiTheme.ts +++ b/client/src/theme/toirMuiTheme.ts @@ -63,6 +63,9 @@ export function buildToirMuiTheme(mode: Mode): Theme { styleOverrides: { body: { background: t.bgDefault, + '& .RaList-content > .RaList-noResults:only-child > .MuiCardContent-root': { + display: 'none', + }, }, }, },