Skip to content

Commit a7ccce9

Browse files
committed
Center platform icons and use different source
1 parent 8280b84 commit a7ccce9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ body {
339339
width: 1.2rem;
340340
height: 1.2rem;
341341
background-size: contain;
342+
background-position: center;
342343
background-repeat: no-repeat;
343344
padding-right: 0.2rem;
344345
}

search/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
let fpdb = {
22
api: 'https://db-api.unstable.life',
33
images: 'https://infinity.unstable.life/images',
4-
icons: 'https://unstable.life/updater-data/12-1/Data/Logos/',
4+
icons: 'https://flashpointproject.github.io/flashpoint-database-logos/',
55
resultsPerPage: 100,
66
metaMap: {
77
title: "Title",

0 commit comments

Comments
 (0)