Update MovieRow.css

This commit is contained in:
mansoor-roeen-glitch 2021-09-15 12:57:03 +05:30 committed by GitHub
parent c831434dae
commit 87d3568de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,13 @@
margin-right: 0.5rem;
}
.movieRow .left .titleWrapper {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.movieRow .left .seasonEpisodeSubtitle,
.movieRow .left .year {
color: var(--text-secondary);