From e36d167e99b0c4feb370b5cac559b873850b63f5 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Sun, 9 Feb 2020 12:19:34 +0900 Subject: [PATCH] update known issues --- src/css/NowPlaying.styles.css | 4 ++-- src/pages/Upload.js | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/css/NowPlaying.styles.css b/src/css/NowPlaying.styles.css index d6d4f34..00e8d6f 100644 --- a/src/css/NowPlaying.styles.css +++ b/src/css/NowPlaying.styles.css @@ -21,8 +21,8 @@ } .NowPlaying-player img { - width: 150px; - margin-top: 80px; + width: 140px; + margin-top: 60px; transition: all 0.1s; } diff --git a/src/pages/Upload.js b/src/pages/Upload.js index ed5fcea..a973104 100644 --- a/src/pages/Upload.js +++ b/src/pages/Upload.js @@ -40,9 +40,7 @@ export const podcasts = [ * Known issues -The podcast player doesn't work on iOS at the moment. You will find that the player stops the audio intermittently. - -If you use an iPhone, please use iPhone's podcast feature above the notification center instead after playing a podcast. +RSS parsing is very slow or doesn't work sometimes. We are going to add hard-coded RSS xmil files to fix this problem.