mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Adjusted media rating icon dimensions for smaller screens
This commit is contained in:
@@ -242,11 +242,29 @@ h1 {
|
||||
height: 50vh;
|
||||
}
|
||||
|
||||
.mediaInfoOfficialRating {
|
||||
border-radius: .5em;
|
||||
font-size: 66%;
|
||||
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);
|
||||
}
|
||||
|
||||
@media (orientation: portrait) and (max-width: 40em) {
|
||||
.layout-mobile .itemBackdrop {
|
||||
height: 40vh;
|
||||
opacity: .35;
|
||||
}
|
||||
|
||||
.mediaInfoOfficialRating {
|
||||
padding-inline-start: .5em;
|
||||
padding-inline-end: .475em;
|
||||
padding-block-start: 0.470em;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-height: 31.25em) {
|
||||
@@ -429,18 +447,6 @@ html {
|
||||
backdrop-filter: blur(8px);
|
||||
}
|
||||
|
||||
.mediaInfoOfficialRating {
|
||||
border-radius: .5em;
|
||||
font-size: 66%;
|
||||
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);
|
||||
}
|
||||
|
||||
.detailButton {
|
||||
border-radius: .5em;
|
||||
border: solid var(--lighterBorderColor) 1px;
|
||||
|
Reference in New Issue
Block a user