UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: обновление empty-state во внешних контурах

This commit is contained in:
DCCONSTRUCTIONS
2026-04-20 17:27:13 +03:00
parent 589a3916a4
commit a4e9c3751a
2 changed files with 20 additions and 9 deletions
@@ -99,8 +99,9 @@ export const ExternalContoursRoot = observer(function ExternalContoursRoot(props
inboxIssueId={inboxIssueId.toString()}
/>
) : (
<div className="flex h-full w-full items-center justify-center px-8">
<div className="nodedc-external-section max-w-xl px-8 py-10">
<div className="flex h-full w-full flex-col overflow-hidden px-8">
<div className="hidden h-20 shrink-0 lg:block" />
<div className="flex min-h-0 flex-1 items-center justify-center">
<ExternalContoursEmptyState
compact
title={t("external_contours_page.empty_state.detail_title")}