Fix: Adjusted media rating icon to be more proportional/balanced
This commit is contained in:
parent
e225a0ed10
commit
c51950ea97
1 changed files with 5 additions and 2 deletions
|
|
@ -431,8 +431,11 @@ html {
|
|||
.mediaInfoOfficialRating {
|
||||
border-radius: .5em;
|
||||
font-size: 66%;
|
||||
margin: 0em 1em .25em 0em !important;
|
||||
padding: 0em 0.5em;
|
||||
line-height: 1em;
|
||||
margin: 0em 0.5em .15em 0em !important;
|
||||
padding-inline: .5em;
|
||||
padding-block-start: .4em;
|
||||
font-weight: 600;
|
||||
background: transparent !important;
|
||||
border: solid 1px var(--borderColor);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue