Skip to content

Commit

Permalink
address design feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 committed Oct 23, 2024
1 parent d167a22 commit 71d0dd5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ export function DownloadOptionsContent() {
value={tomogramToDownload.alignment.id}
/>
)}
{annotationToDownload && (
<ModalSubtitle
label={t('alignmentId')}
value={`${IdPrefix.Alignment}-${annotationToDownload.id}`}
/>
)}
{fileFormat && (
<ModalSubtitle
label={t('fileFormat')}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ function TablePageTabContent({
>
<div
className={cns(
'flex flex-col flex-auto w-full',
'flex flex-col flex-auto w-full max-w-content',

// Translate to the left by half the filter panel width to align with the header
filterPanel && 'screen-2040:translate-x-[-117.5px] max-w-content',
filterPanel && 'screen-2040:translate-x-[-117.5px]',
)}
>
{banner && <div className="flex px-sds-xl">{banner}</div>}
Expand Down

0 comments on commit 71d0dd5

Please sign in to comment.