Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions widget/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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 {
Expand Down