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:
parent
f939ad84f3
commit
9b3bdc8a8b
2 changed files with 10 additions and 0 deletions
|
|
@ -448,6 +448,11 @@ export default {
|
||||||
backgroundColor: bLight['500'],
|
backgroundColor: bLight['500'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
RaButton: {
|
||||||
|
button: {
|
||||||
|
margin: '0 5px 0 5px',
|
||||||
|
},
|
||||||
|
},
|
||||||
RaPaginationActions: {
|
RaPaginationActions: {
|
||||||
button: {
|
button: {
|
||||||
backgroundColor: '#fff',
|
backgroundColor: '#fff',
|
||||||
|
|
|
||||||
|
|
@ -389,6 +389,11 @@ export default {
|
||||||
marginRight: '1rem',
|
marginRight: '1rem',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
RaButton: {
|
||||||
|
button: {
|
||||||
|
margin: '0 5px 0 5px',
|
||||||
|
},
|
||||||
|
},
|
||||||
RaPaginationActions: {
|
RaPaginationActions: {
|
||||||
currentPageButton: {
|
currentPageButton: {
|
||||||
border: '1px solid #b3b3b3',
|
border: '1px solid #b3b3b3',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue