Album detail layout
Some checks failed
Music Collection CI Workflow / test (./backend) (push) Successful in 21s
Music Collection CI Workflow / test (./frontend) (push) Successful in 18s
Music Collection CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/msuic-collection-backend, ./backend) (push) Successful in 49s
Music Collection CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/music-collection-frontend, ./frontend) (push) Failing after 55s
Music Collection CI Workflow / deploy (push) Has been skipped

This commit is contained in:
Phill Pover 2025-04-05 10:05:09 +01:00
parent d2d41f044f
commit d1af7b727e
2 changed files with 3 additions and 1 deletions

View File

@ -43,6 +43,7 @@ export default function Page() {
<td>{TimeUtils.fancyTimeFormat(song.duration)}</td> <td>{TimeUtils.fancyTimeFormat(song.duration)}</td>
</tr> </tr>
))} ))}
</tbody>
</table> </table>
</div> </div>
</div> </div>

View File

@ -557,7 +557,8 @@ body {
line-height: 1.6; line-height: 1.6;
font-weight: 400; font-weight: 400;
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #3fc6f1; } color: #3fc6f1;
background-color: #736b5e}
/* Typography /* Typography