1
0
mirror of https://github.com/hyperspacedev/hyperspace synced 2025-02-12 09:40:49 +01:00

Pull search bar changes from muted-dark-mode

This commit is contained in:
Marquis Kurt 2019-05-17 10:37:01 -04:00
parent 00a65f13bc
commit 5a753d33c8

View File

@ -59,7 +59,7 @@ export const styles = (theme: Theme) => createStyles({
backgroundColor: fade(theme.palette.common.white, 0.25) backgroundColor: fade(theme.palette.common.white, 0.25)
}, },
width: '100%', width: '100%',
marginLeft: theme.spacing.unit, marginLeft: 0,
marginRight: theme.spacing.unit, marginRight: theme.spacing.unit,
[theme.breakpoints.up('md')]: { [theme.breakpoints.up('md')]: {
marginLeft: theme.spacing.unit * 6, marginLeft: theme.spacing.unit * 6,