Fix display
This commit is contained in:
@@ -12,7 +12,7 @@ const classes = {
|
||||
|
||||
const Root = styled('div')(() => ({
|
||||
[`&.${classes.container}`]: {
|
||||
marginTop: '6em'
|
||||
marginTop: '4.5em'
|
||||
}
|
||||
}))
|
||||
|
||||
|
||||
@@ -79,7 +79,7 @@ const Root = styled('div')((
|
||||
|
||||
[`& .${classes.appBar}`]: {
|
||||
borderTop: '2px solid #303030',
|
||||
marginTop: '4.50rem',
|
||||
marginTop: '3.10rem',
|
||||
[theme.breakpoints.up('sm')]: {
|
||||
width: `calc(100% - ${drawerWidth}px)`,
|
||||
marginLeft: drawerWidth
|
||||
@@ -97,7 +97,7 @@ const Root = styled('div')((
|
||||
|
||||
[`& .${classes.drawerPaper}`]: {
|
||||
borderTop: '2px solid #303030',
|
||||
marginTop: '4.50rem',
|
||||
marginTop: '3.10rem',
|
||||
width: drawerWidth
|
||||
},
|
||||
|
||||
@@ -149,7 +149,7 @@ const Root = styled('div')((
|
||||
|
||||
[`& .${classes.pataje}`]: {
|
||||
position: 'fixed',
|
||||
top: '83px',
|
||||
top: '61px',
|
||||
left: '110px',
|
||||
zIndex: 2,
|
||||
[theme.breakpoints.up('sm')]: {
|
||||
@@ -317,7 +317,7 @@ export default function TeksDrawer({teks, anTeks, komante}) {
|
||||
<div className={classes.pataje}>
|
||||
<Pataje teks={anTeks} setError={setError} setSuccess={setSuccess} />
|
||||
</div>
|
||||
<Box sx={{textAlign: 'center', marginTop: 11}}>
|
||||
<Box sx={{textAlign: 'center', marginTop: 8}}>
|
||||
<Typography style={{marginTop: '0.8em'}} variant='h4' display='block'>
|
||||
<Typography gutterBottom variant='h6'>
|
||||
{anTeks.awtis.map(a => a.alias).join(', ')}
|
||||
|
||||
Reference in New Issue
Block a user