From bba5e6522c4cb9bf70146b0e5de4c330390b67a7 Mon Sep 17 00:00:00 2001 From: RemixDev Date: Thu, 9 Apr 2020 12:30:02 +0200 Subject: [PATCH] Added placeholder for loading images --- public/css/style.css | 9 ++++++++- public/index.html | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 1a05b1d..13fccbb 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -158,7 +158,14 @@ div#download_tab{ font-size: 24px; margin: 4px; } - +.release > img{ + width: 156px; + height: 156px; +} +.track_row > td > img{ + width: 32px; + height: 32px; +} /* Global stuff */ img.rounded { border-radius: 5px; diff --git a/public/index.html b/public/index.html index 627d04d..6ea8428 100644 --- a/public/index.html +++ b/public/index.html @@ -48,7 +48,7 @@

{{ names[section] }}

- + @@ -85,7 +85,7 @@

No Tracks found

- +
{{track.SNG_TITLE + (track.VERSION ? ' '+track.VERSION : '')}} {{artist.ART_NAME}} timer
{{track.SNG_TITLE + (track.VERSION ? ' '+track.VERSION : '')}} {{artist.ART_NAME}}