We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8280b84 commit a7ccce9Copy full SHA for a7ccce9
2 files changed
main.css
@@ -339,6 +339,7 @@ body {
339
width: 1.2rem;
340
height: 1.2rem;
341
background-size: contain;
342
+ background-position: center;
343
background-repeat: no-repeat;
344
padding-right: 0.2rem;
345
}
search/search.js
@@ -1,7 +1,7 @@
1
let fpdb = {
2
api: 'https://db-api.unstable.life',
3
images: 'https://infinity.unstable.life/images',
4
- icons: 'https://unstable.life/updater-data/12-1/Data/Logos/',
+ icons: 'https://flashpointproject.github.io/flashpoint-database-logos/',
5
resultsPerPage: 100,
6
metaMap: {
7
title: "Title",
0 commit comments