feat(filmstrip/toolbox) mobile ui updates (#11051)

This commit is contained in:
Calinteodor
2022-03-01 17:41:45 +02:00
committed by GitHub
parent c35473d5e4
commit 577d62ea53
5 changed files with 107 additions and 96 deletions

View File

@@ -18,7 +18,7 @@ const toolbarButton = {
height: BUTTON_SIZE,
justifyContent: 'center',
marginHorizontal: 6,
marginTop: 6,
marginVertical: 6,
width: BUTTON_SIZE
};
@@ -86,9 +86,7 @@ const styles = {
borderTopLeftRadius: 3,
borderTopRightRadius: 3,
flexDirection: 'row',
flexGrow: 0,
justifyContent: 'space-between',
margin: BaseTheme.spacing[2]
justifyContent: 'space-between'
},
/**
@@ -97,11 +95,10 @@ const styles = {
toolboxContainer: {
backgroundColor: BaseTheme.palette.uiBackground,
flexDirection: 'column',
flexGrow: 0,
width: '100%',
maxWidth: 580,
marginLeft: 'auto',
marginRight: 'auto'
marginRight: 'auto',
width: '100%'
}
};