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

[NEW ADDON] Sonarr Text Logo with 4K #428

Closed
wants to merge 2 commits into from

Conversation

neoestremi
Copy link
Contributor

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.


Description:

Adding a new text version of the logo with the 4K mention on it, requested on #426

Benefits of this PR and context:

Being able to have radarr and sonarr look more alike.

How Has This Been Tested?

Same code as other logo replacement, just another image.

Source / References:

#415

@GilbN
Copy link
Collaborator

GilbN commented Sep 4, 2022

I don't have perms to edit your PR.

Add this for mobile 4k logo

@media (max-width: 767px) {
    [class*="PageHeader-logo-"]   {
        display: none !important;
    }   
    [class*="PageHeader-logoContainer-"]:before {
        background-image: url("/css/addons/sonarr/sonarr-4k-logo/sonarr-4k.png");
        display: inline-block;
        width: 32px; 
        height: 32px;
        content:"";
        background-size:  cover;
        -webkit-background-size:  cover;
        -moz-background-size:  cover;
        -o-background-size: cover;
    } 
}

@neoestremi
Copy link
Contributor Author

Sorry, used the wrong project, I modified it and made the right PR, I'm no dev and new to github.

@neoestremi neoestremi closed this Sep 4, 2022
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