style: align inbox header elements by moving dropdown button to the far right
This commit is contained in:
@@ -1107,7 +1107,7 @@ export default function InboxDetailPage() {
|
||||
|
||||
return (
|
||||
<div style={{ display: 'flex', flexDirection: 'column', height: 'calc(100vh - 120px)' }}>
|
||||
<div style={{ display: 'flex', alignItems: 'center', justifyContent: 'space-between', marginBottom: 12, gap: 12 }}>
|
||||
<div style={{ display: 'flex', alignItems: 'center', marginBottom: 12, gap: 12 }}>
|
||||
<Space>
|
||||
<Button icon={<ArrowLeftOutlined />} onClick={() => navigate('/inbox')}>
|
||||
Zurück
|
||||
@@ -1118,6 +1118,7 @@ export default function InboxDetailPage() {
|
||||
<SourceTag source={file.source} />
|
||||
</Space>
|
||||
<Dropdown.Button
|
||||
style={{ marginLeft: 'auto' }}
|
||||
type="primary"
|
||||
icon={<DownOutlined />}
|
||||
disabled={documents.length === 0}
|
||||
|
||||
Reference in New Issue
Block a user