Fix username margin

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