Add new image processing settings on serve

This commit is contained in:
schroda
2025-12-22 22:04:05 +01:00
parent d20ca69dc0
commit 5def0ea818
13 changed files with 82 additions and 18 deletions

View File

@@ -67,7 +67,7 @@ export const Processing = ({
const isDisabled = isDefault && !target && compressionLevel == null;
return (
<Stack sx={{ gap: 2 }}>
<Stack>
<Stack
sx={{
gap: 1,
@@ -103,7 +103,13 @@ export const Processing = ({
});
}}
/>
<TypographyMaxLines sx={{ mx: 1 }}></TypographyMaxLines>
<TypographyMaxLines
sx={{
[theme.breakpoints.up('md')]: { mx: 1 },
}}
>
</TypographyMaxLines>
<FormControl sx={{ minWidth: '100px' }}>
<InputLabel id="image-conversion-target-mode-label">
{t('download.settings.conversion.target_modes.title')}