mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
Merge pull request #2911 from tangly1024/fix/nobelium-nav-title-mobile
nobelium主题移动端标题栏
This commit is contained in:
@@ -68,11 +68,11 @@ const Nav = props => {
|
||||
</div>
|
||||
</Link>
|
||||
{post ? (
|
||||
<p className='ml-2 font-medium text-gray-800 dark:text-gray-300 header-name'>
|
||||
<p className='ml-2 max-h-12 line-clamp-2 overflow-ellipsis font-medium text-gray-800 dark:text-gray-300 header-name'>
|
||||
{post?.title}
|
||||
</p>
|
||||
) : (
|
||||
<p className='logo ml-2 font-medium text-gray-800 dark:text-gray-300 header-name whitespace-nowrap'>
|
||||
<p className='logo line-clamp-1 overflow-ellipsis ml-2 font-medium text-gray-800 dark:text-gray-300 header-name whitespace-nowrap'>
|
||||
{siteConfig('TITLE')}
|
||||
{/* ,{' '}<span className="font-normal">{siteConfig('DESCRIPTION')}</span> */}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user