Skip to content

Commit

Permalink
border 3px -> 2px on list gameS
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock committed Jun 10, 2024
1 parent 83b4f4c commit 1049091
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/lang/en-US/markdown/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ When enabled more verbose logs appear for the fuzzy title matcher in the `Event
Resets the stored list of titles used for fuzzy matching to the list of titles returned by `SteamGridDB` (removes any user added titles).
### Reset fuzzy cache
Clears the cache of titles that fuzzy matching has already seen (try this if changes you make to fuzzy list are not resulting in changes to titles in SRM).

## Image provider settings
### Preload retrieved images `[Recommend disabled]`
When enabled, SRM will pull all available artwork for every game, rather than pulling one piece of artwork at a time as the user flips through the images. Don't enable this unless you have a good reason and a very small library of games, otherwise it could result in very large (slow) network requests.
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/styles/preview.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
height: calc(var(--preview-image-size) * var(--games-icon-height) * .5);
}
&.selected, &:hover {
border:solid 3px #099;
border:solid 2px #099;
}
}
}
Expand Down

0 comments on commit 1049091

Please sign in to comment.