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 {
|
.mediaInfoItem {
|
||||||
font-family: system-ui;
|
|
||||||
border-radius: var(--smallRadius);
|
border-radius: var(--smallRadius);
|
||||||
font-size: .85em;
|
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
padding-block: 0;
|
padding-block: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.itemMiscInfo-primary{
|
||||||
|
column-gap: .5em;
|
||||||
|
}
|
||||||
|
|
||||||
.mediaInfoOfficialRating {
|
.mediaInfoOfficialRating {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
font-size: .6em;
|
font-size: .75em;
|
||||||
font-family: 'Noto Sans', sans-serif;
|
font-family: 'Noto Sans', sans-serif;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
transform: translateY(-.15em);
|
transform: translateY(-.15em);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue