diff --git a/plugin.json b/plugin.json index ac6159b..7de1677 100644 --- a/plugin.json +++ b/plugin.json @@ -4,7 +4,7 @@ "pluginDescription": "Sync your RSS feeds to deliver interactive, educational content to your users. Import your feed once, and new posts—such as MP4, music, podcasts, and radio—are automatically pulled in.", "pluginKeywords": "news,pod cast,podcast", "supportEmail": "support@buildfire.com", - "supportSite": "https://learn.appdocumentation.com/en/articles/805555-media-center-rss-feed-feature-tutorial", + "supportSite": "https://help.appdocumentation.com/how-to-use-the-media-center-rss-feed-plugin", "offlineModeEnabled": true, "control": { "content": { diff --git a/widget/assets/css/style.css b/widget/assets/css/style.css index d8a2bd8..54fd985 100644 --- a/widget/assets/css/style.css +++ b/widget/assets/css/style.css @@ -757,7 +757,7 @@ html[browser="Firefox"] .layout3 .list-layout .list-item-media .list-media-holde .holder.now-playing .media-center-plugin{ position: relative; height: 100%; - padding-bottom: calc(20px + env(safe-area-inset-bottom)); + padding-bottom: calc(20px + var(--bf-safe-area-inset-top)); max-width: 660px; margin: 0 auto; display: flex; @@ -1605,7 +1605,7 @@ input.volume-button[type=range]:focus::-ms-fill-upper { position: absolute; bottom: 0; width: 100vw; - height: calc(5rem + env(safe-area-inset-bottom)/3); + height: calc(5rem + var(--bf-safe-area-inset-bottom)/3); background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); } .hideAndShow {