Fix username margin
This commit is contained in:
@@ -302,11 +302,11 @@ export default function TeksDrawer({teks, anTeks, komante}) {
|
||||
<Dekoneksyon chimen={router.asPath} tooltipPlacement='bottom' />
|
||||
)}
|
||||
</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>
|
||||
)}
|
||||
</Typography>
|
||||
</Typography>
|
||||
)}
|
||||
</Box>
|
||||
{anTeks.kouteyAchtey.length > 0 && (
|
||||
<EntegreMizik anTeks={anTeks} isMobile={isMobile} />
|
||||
|
||||
Reference in New Issue
Block a user