New: Increased the font size of media rating info below the main title
This commit is contained in:
parent
721a90aa3f
commit
e54feb79e8
1 changed files with 5 additions and 3 deletions
|
|
@ -513,16 +513,18 @@ html {
|
|||
}
|
||||
|
||||
.mediaInfoItem {
|
||||
font-family: system-ui;
|
||||
border-radius: var(--smallRadius);
|
||||
font-size: .85em;
|
||||
font-weight: 500;
|
||||
padding-block: 0;
|
||||
}
|
||||
|
||||
.itemMiscInfo-primary{
|
||||
column-gap: .5em;
|
||||
}
|
||||
|
||||
.mediaInfoOfficialRating {
|
||||
background: transparent !important;
|
||||
font-size: .6em;
|
||||
font-size: .75em;
|
||||
font-family: 'Noto Sans', sans-serif;
|
||||
line-height: 1.5em;
|
||||
transform: translateY(-.15em);
|
||||
|
|
|
|||
Loading…
Reference in a new issue