Fix username margin

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-07-16 21:09:34 +02:00
parent d8e1a98250
commit 8189ef7be1
+4 -4
View File
@@ -302,11 +302,11 @@ export default function TeksDrawer({teks, anTeks, komante}) {
<Dekoneksyon chimen={router.asPath} tooltipPlacement='bottom' /> <Dekoneksyon chimen={router.asPath} tooltipPlacement='bottom' />
)} )}
</Typography> </Typography>
<Typography variant='caption'> {anTeks.user && (
{anTeks.user && ( <Typography style={{marginBottom: '1.5em'}} display='block' variant='caption'>
<i>texte soumis par {anTeks.user.username}</i> <i>texte soumis par {anTeks.user.username}</i>
)} </Typography>
</Typography> )}
</Box> </Box>
{anTeks.kouteyAchtey.length > 0 && ( {anTeks.kouteyAchtey.length > 0 && (
<EntegreMizik anTeks={anTeks} isMobile={isMobile} /> <EntegreMizik anTeks={anTeks} isMobile={isMobile} />