New: Increased the font size of media rating info below the main title

This commit is contained in:
lscambo13
2025-05-11 18:11:31 +05:30
parent 721a90aa3f
commit e54feb79e8

View File

@@ -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);