Skip to content

Commit 9b3bdc8

Browse files
committed
fix(ui): adjust margins for bulk actions buttons in Spotify-ish and Ligera
Signed-off-by: Deluan <deluan@navidrome.org>
1 parent f939ad8 commit 9b3bdc8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

ui/src/themes/ligera.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,11 @@ export default {
448448
backgroundColor: bLight['500'],
449449
},
450450
},
451+
RaButton: {
452+
button: {
453+
margin: '0 5px 0 5px',
454+
},
455+
},
451456
RaPaginationActions: {
452457
button: {
453458
backgroundColor: '#fff',

ui/src/themes/spotify.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,11 @@ export default {
389389
marginRight: '1rem',
390390
},
391391
},
392+
RaButton: {
393+
button: {
394+
margin: '0 5px 0 5px',
395+
},
396+
},
392397
RaPaginationActions: {
393398
currentPageButton: {
394399
border: '1px solid #b3b3b3',

0 commit comments

Comments
 (0)