💄(frontend) adjust spacing in the recording side panels
Based on @Arnaud’s feedback, adjust the spacing between the title, details section, and control buttons to make the layout feel more homogeneous.
This commit is contained in:
committed by
aleb_the_flash
parent
1f1a6371b4
commit
d681e25bcc
@@ -16,6 +16,7 @@ and this project adheres to
|
|||||||
|
|
||||||
- 📈(frontend) track new recording's modes
|
- 📈(frontend) track new recording's modes
|
||||||
- ♿️(frontend) improve SR and focus for transcript and recording #810
|
- ♿️(frontend) improve SR and focus for transcript and recording #810
|
||||||
|
- 💄(frontend) adjust spacing in the recording side panels
|
||||||
- 🚸(frontend) remove the default comma delimiter in humanized durations
|
- 🚸(frontend) remove the default comma delimiter in humanized durations
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ export const ScreenRecordingSidePanel = () => {
|
|||||||
},
|
},
|
||||||
})}
|
})}
|
||||||
/>
|
/>
|
||||||
<VStack gap={0} marginBottom={30}>
|
<VStack gap={0} marginBottom={15}>
|
||||||
<H lvl={1} margin={'sm'} fullWidth>
|
<H lvl={1} margin={'sm'} fullWidth>
|
||||||
{t('heading')}
|
{t('heading')}
|
||||||
</H>
|
</H>
|
||||||
@@ -162,7 +162,7 @@ export const ScreenRecordingSidePanel = () => {
|
|||||||
)}
|
)}
|
||||||
</Text>
|
</Text>
|
||||||
</VStack>
|
</VStack>
|
||||||
<VStack gap={0} marginBottom={40}>
|
<VStack gap={0} marginBottom={25}>
|
||||||
<RowWrapper iconName="cloud_download" position="first">
|
<RowWrapper iconName="cloud_download" position="first">
|
||||||
<Text variant="sm">{t('details.destination')}</Text>
|
<Text variant="sm">{t('details.destination')}</Text>
|
||||||
</RowWrapper>
|
</RowWrapper>
|
||||||
|
|||||||
@@ -181,7 +181,7 @@ export const TranscriptSidePanel = () => {
|
|||||||
},
|
},
|
||||||
})}
|
})}
|
||||||
/>
|
/>
|
||||||
<VStack gap={0} marginBottom={30}>
|
<VStack gap={0} marginBottom={15}>
|
||||||
<H lvl={1} margin={'sm'}>
|
<H lvl={1} margin={'sm'}>
|
||||||
{t('heading')}
|
{t('heading')}
|
||||||
</H>
|
</H>
|
||||||
@@ -198,7 +198,7 @@ export const TranscriptSidePanel = () => {
|
|||||||
)}
|
)}
|
||||||
</Text>
|
</Text>
|
||||||
</VStack>
|
</VStack>
|
||||||
<VStack gap={0} marginBottom={40}>
|
<VStack gap={0} marginBottom={25}>
|
||||||
<RowWrapper iconName="article" position="first">
|
<RowWrapper iconName="article" position="first">
|
||||||
<Text variant="sm">
|
<Text variant="sm">
|
||||||
{data?.transcription_destination ? (
|
{data?.transcription_destination ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user