Skip to content

Commit

Permalink
style: update mediaRating badge style
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed May 29, 2024
1 parent 73c44df commit ead5314
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/pages/_titlePage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@
align-items: flex-start;
overflow-y: auto;
padding: 3.2em !important;
.mediaInfoItem {
border-radius: 10vh;
.mediaInfoItem.mediaInfoOfficialRating {
border-radius: 5px;
background: rgb(255 255 255 / 0.8);
color: #000;
border: none;
font-weight: 600;
white-space: nowrap;
}

Expand Down

0 comments on commit ead5314

Please sign in to comment.