Skip to content

Commit

Permalink
Web Full: Library Play Game Radius (#60, Fixes #54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Foldex authored Oct 18, 2022
1 parent 0aacf70 commit 29fb7b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web_themes/full/3_library.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
border-radius: var(--card_radius) !important;
}

[class*="appportrait_LibraryItemBox_"][class*="appportrait_FeaturedCapsule_"] [class*="libraryassetimage_Image_"]
{
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}

/* Game Hours Subscript */
[class*="appportrait_LibraryItemBoxSubscript_"]
{
Expand Down

0 comments on commit 29fb7b2

Please sign in to comment.