Reduce spacing between album buttons, to avoid breaking the toolbar in two

This commit is contained in:
Deluan 2023-01-23 19:53:24 -05:00
parent d639da9eb5
commit 230f2fdc02
2 changed files with 0 additions and 4 deletions

View File

@ -2,9 +2,6 @@
const musicListActions = {
alignItems: 'center',
'@global': {
button: {
margin: 5,
},
'button:first-child:not(:only-child)': {
'@media screen and (max-width: 720px)': {
transform: 'scale(1.5)',

View File

@ -10,7 +10,6 @@ const musicListActions = {
alignItems: 'center',
'@global': {
button: {
margin: 5,
border: '1px solid transparent',
backgroundColor: 'inherit',
color: '#b3b3b3',