mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Increased the font size of media rating info below the main title
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user