Fix teks display
This commit is contained in:
@@ -319,7 +319,7 @@ export default function TeksDrawer({teks, anTeks, komante}) {
|
||||
<div className={classes.pataje}>
|
||||
<Pataje teks={anTeks} setError={setError} setSuccess={setSuccess} />
|
||||
</div>
|
||||
<Box align='center'>
|
||||
<Box sx={{textAlign: 'center', marginTop: 6}}>
|
||||
<Typography style={{marginTop: '0.8em'}} variant='h4' display='block'>
|
||||
<Typography gutterBottom variant='h6'>
|
||||
{anTeks.awtis.map(a => a.alias).join(', ')}
|
||||
@@ -353,7 +353,9 @@ export default function TeksDrawer({teks, anTeks, komante}) {
|
||||
)}
|
||||
</Box>
|
||||
{(anTeks.okiMizikID || anTeks.kouteyAchtey.length > 0) && (
|
||||
<EntegreMizik anTeks={anTeks} isMobile={isMobile} />
|
||||
<Box sx={{textAlign: 'center'}}>
|
||||
<EntegreMizik anTeks={anTeks} isMobile={isMobile} />
|
||||
</Box>
|
||||
)}
|
||||
{anTeks.okiMizikID && (
|
||||
<OkiMizik id={anTeks.okiMizikID} />
|
||||
|
||||
Reference in New Issue
Block a user