mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 05:32:18 +00:00
0.0.27
- Navidrome works! - Tidy up request/response structure in backend - Tidy Settings page
This commit is contained in:
parent
48a99b31fd
commit
f4bdf3f730
6 changed files with 140 additions and 12 deletions
|
@ -3,7 +3,7 @@ import { Link } from 'react-router-dom';
|
|||
|
||||
const ScrobbleTable = (props) => {
|
||||
return (
|
||||
<div style={{width: `100%`}}>
|
||||
<div style={{width: `100%`, maxWidth: `900px`}}>
|
||||
<table style={{width: `100%`}} border={1} cellPadding={5}>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue