From bbccd7791060789a0b852b8f7731a9801d1fae1e Mon Sep 17 00:00:00 2001 From: RemixDev Date: Thu, 9 Apr 2020 00:05:57 +0200 Subject: [PATCH] Updated README.md and tweaked the UI --- public/css/style.css | 3 ++- public/index.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 206b788..1d1354e 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -108,8 +108,9 @@ div#middle_section { margin: 0px; margin-bottom: 4px; } -.top_result > .info_box > .subtitle { +.top_result > .info_box > p.subtitle, .release > p.subtitle { opacity: 0.75; + font-size: 14px; } .release_grid{ diff --git a/public/index.html b/public/index.html index b8c92c5..9f30d70 100644 --- a/public/index.html +++ b/public/index.html @@ -51,10 +51,10 @@

{{ names[section] }}

-
+

{{ section == 'ARTIST' ? release.ART_NAME : section == 'ALBUM' ? release.ALB_TITLE : section == 'PLAYLIST' ? release.TITLE : '' }}

-

+

{{ section == 'ARTIST' ? release.NB_FAN + ' fans' : section == 'ALBUM' ? release.ART_NAME+' - '+release.NUMBER_TRACK+' tracks' : section == 'PLAYLIST' ? release.NB_SONG+' tracks' : '' }}