fix: #1545 long thread title

Signed-off-by: Simon Lucido <simon34280@gmail.com>
This commit is contained in:
Simon Lucido 2024-01-15 16:58:05 +01:00 committed by Faisal Amir
parent 15af0816ff
commit 3670e744b5

View File

@ -125,9 +125,14 @@ const TopBar = () => {
</div>
</div>
</div>
<div className="absolute left-80 h-full">
<div
className={twMerge(
'absolute left-80 right-10 h-full',
showing && 'right-80'
)}
>
<div className="flex h-full items-center">
<span className="text-sm font-bold">
<span className="truncate text-ellipsis text-sm font-bold">
{titleScreen(mainViewState)}
</span>
</div>