mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-04 15:12:20 +00:00
0.0.28
- Fix mobile view on user pages - Fix favicon issue - Return Artist UUID with scrobble list
This commit is contained in:
parent
f4bdf3f730
commit
489527c8f9
11 changed files with 58 additions and 46 deletions
|
@ -12,7 +12,7 @@ const TopTable = (props) => {
|
|||
let tracks = props.items;
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div style={{textAlign: `center`}}>
|
||||
<span>Top {props.type}s</span>
|
||||
<div className="biggestWrapper">
|
||||
<div className="biggestBox">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue