Fix: Parental rating icon was not scaling up on TV layout
This commit is contained in:
parent
7ea64a0272
commit
8edfed5320
1 changed files with 1 additions and 1 deletions
|
|
@ -482,7 +482,7 @@ html {
|
||||||
|
|
||||||
.mediaInfoOfficialRating {
|
.mediaInfoOfficialRating {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
font-size: xx-small;
|
font-size: .6em;
|
||||||
transform: translateY(-.15em);
|
transform: translateY(-.15em);
|
||||||
padding-inline: .5em !important;
|
padding-inline: .5em !important;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue