fix(ui): adjust margins for bulk actions buttons in Spotify-ish and Ligera

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan 2025-11-13 18:05:00 -05:00 committed by Joe Stump
parent b40dc4b7da
commit 5a694518c9
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9
2 changed files with 10 additions and 0 deletions

View File

@ -448,6 +448,11 @@ export default {
backgroundColor: bLight['500'],
},
},
RaButton: {
button: {
margin: '0 5px 0 5px',
},
},
RaPaginationActions: {
button: {
backgroundColor: '#fff',

View File

@ -389,6 +389,11 @@ export default {
marginRight: '1rem',
},
},
RaButton: {
button: {
margin: '0 5px 0 5px',
},
},
RaPaginationActions: {
currentPageButton: {
border: '1px solid #b3b3b3',