Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS selector change for plex-alt-logo.css #523

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

PeterGlass
Copy link
Contributor

@PeterGlass PeterGlass commented Nov 29, 2023

theme-park.dev


  • I have read the contributing guideline and understand that I have made the correct modifications

  • PR's are done against the develop branch.


Bug fixes

  • When submitting bugfixes please show a before and after screenshot of the fix, and a description of what the fix does.

Description:

For the plex-alt-logo addon, it looks like Plex changed the class name that was used to select the Plex logo from NavBar-plexLogo-* to NavBar-logoContainer-*. Currently, since the addon is still selecting the old class name the logo is not being replaced, so this PR is to fix that by updating the class name that is being selected.

Benefits of this PR and context:

I didn't find any open issues for this, but the benefit here is that this change should fix the plex-alt-logo addon.

How Has This Been Tested?

I forked the project a couple of months ago and followed the instructions for enabling the plex-alt-logo addon. At the time it worked with no issues, but recently I noticed that my custom logo was not replacing the Plex logo anymore. In my forked project, I updated the plex-alt-logo CSS with the new class name and that fixed the issue for me.

Before:
image

After:
image

Source / References:

https://docs.theme-park.dev/themes/addons/plex/plex-alt-logo/

@GilbN GilbN merged commit c284945 into themepark-dev:develop Nov 29, 2023
@PeterGlass PeterGlass deleted the patch-2 branch November 29, 2023 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants