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' />
|
<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} />
|
||||||
|
|||||||
Reference in New Issue
Block a user