mirror of https://github.com/langgenius/dify.git
fix: ensure "No apps found" text is visible on small screens (#28929)
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
parent
ddad2460f3
commit
95528ad8e5
|
|
@ -23,7 +23,7 @@ const Empty = () => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<DefaultCards />
|
<DefaultCards />
|
||||||
<div className='absolute bottom-0 left-0 right-0 top-0 flex items-center justify-center bg-gradient-to-t from-background-body to-transparent'>
|
<div className='absolute inset-0 z-20 flex items-center justify-center bg-gradient-to-t from-background-body to-transparent pointer-events-none'>
|
||||||
<span className='system-md-medium text-text-tertiary'>
|
<span className='system-md-medium text-text-tertiary'>
|
||||||
{t('app.newApp.noAppsFound')}
|
{t('app.newApp.noAppsFound')}
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue