mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Reduce spacing between album buttons, to avoid breaking the toolbar in two
This commit is contained in:
parent
d639da9eb5
commit
230f2fdc02
2 changed files with 0 additions and 4 deletions
|
@ -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)',
|
||||
|
|
|
@ -10,7 +10,6 @@ const musicListActions = {
|
|||
alignItems: 'center',
|
||||
'@global': {
|
||||
button: {
|
||||
margin: 5,
|
||||
border: '1px solid transparent',
|
||||
backgroundColor: 'inherit',
|
||||
color: '#b3b3b3',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue