Reduce spacing between album buttons, to avoid breaking the toolbar in two
This commit is contained in:
@@ -2,9 +2,6 @@
|
|||||||
const musicListActions = {
|
const musicListActions = {
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
'@global': {
|
'@global': {
|
||||||
button: {
|
|
||||||
margin: 5,
|
|
||||||
},
|
|
||||||
'button:first-child:not(:only-child)': {
|
'button:first-child:not(:only-child)': {
|
||||||
'@media screen and (max-width: 720px)': {
|
'@media screen and (max-width: 720px)': {
|
||||||
transform: 'scale(1.5)',
|
transform: 'scale(1.5)',
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ const musicListActions = {
|
|||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
'@global': {
|
'@global': {
|
||||||
button: {
|
button: {
|
||||||
margin: 5,
|
|
||||||
border: '1px solid transparent',
|
border: '1px solid transparent',
|
||||||
backgroundColor: 'inherit',
|
backgroundColor: 'inherit',
|
||||||
color: '#b3b3b3',
|
color: '#b3b3b3',
|
||||||
|
|||||||
Reference in New Issue
Block a user