mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-16 04:00:38 +03:00
Make song details table dense
This commit is contained in:
parent
57f2c3f823
commit
66275d3b94
@ -27,7 +27,7 @@ const SongDetails = (props) => {
|
||||
}
|
||||
return (
|
||||
<TableContainer component={Paper}>
|
||||
<Table aria-label="simple table">
|
||||
<Table aria-label="song details" size="small">
|
||||
<TableBody>
|
||||
{Object.keys(data).map((key) => {
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user