Skip to content

Commit

Permalink
Merge pull request #156 from Foldex/rounded_library_sidebar_icons
Browse files Browse the repository at this point in the history
  • Loading branch information
tkashkin authored Jun 19, 2023
2 parents 92ad86c + 94ea05f commit 7437ed8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/base/_root.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
--entry_small_min_height: calc(var(--entry_min_height) - 20px);
--entry_small_radius: calc(var(--entry_radius) - 6px);

--icon_small_radius: var(--button_radius);

--dim_label_fg: rgba(255, 255, 255, 0.55);

Expand Down
6 changes: 6 additions & 0 deletions web/full/library.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ body.DesktopUI div[class*="appportraithover_CapsuleBackgroundContainer_"]
border-radius: var(--card_radius) !important;
}

#SteamDesktop .library_Container_3xRRJ div[class*="gamelistentry_Container_"] img[class*="libraryassetimage_Image_"],
body.DesktopUI div[class*="hoverposition_HoverPosition_"] div[class*="gamelistentry_Container_"] img[class*="libraryassetimage_Image_"]
{
border-radius: var(--icon_small_radius) !important;
}

#SteamDesktop .library_Container_3xRRJ div[class*="appportrait_LibraryItemBox_"][class*="appportrait_FeaturedCapsule_"] img[class*="libraryassetimage_Image_"]
{
border-bottom-left-radius: 0px !important;
Expand Down

0 comments on commit 7437ed8

Please sign in to comment.