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

Fix layout of plugin cards #2237

Merged
merged 1 commit into from
Dec 16, 2020
Merged

Conversation

thornbill
Copy link
Member

Changes
Fixes the icons in plugin cards not being vertically aligned. This was due to the cardContent styling overriding the cardImageContainer styling. Typically the cardContent class is applied to a different element not the same element, so this rule forces display: flex in the few cases where both are applied on the same element.

Issues
N/A

@thornbill thornbill added the stable backport Backport into the next stable release label Dec 16, 2020
@sonarcloud
Copy link

sonarcloud bot commented Dec 16, 2020

SonarCloud Quality Gate failed.

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
47.6% 47.6% Duplication

@thornbill thornbill merged commit be57362 into jellyfin:master Dec 16, 2020
@thornbill thornbill deleted the fix-plugin-cards branch December 16, 2020 21:42
joshuaboniface pushed a commit that referenced this pull request Dec 31, 2020
Fix layout of plugin cards

(cherry picked from commit be57362)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
@joshuaboniface joshuaboniface removed the stable backport Backport into the next stable release label Dec 31, 2020
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.

5 participants