Compare commits

..

No commits in common. "fdb48f0d6dbb539f0df33b8ef6dd08dd90293bd5" and "18a1d74a9a0c41c10d63b819ebbc13f2ef2381a2" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -98,12 +98,12 @@ export default {
.album-items { .album-items {
display: grid; display: grid;
flex-grow: 1;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
grid-gap: 0 1rem; grid-gap: 0 1rem;
padding: 1rem; padding: 1rem;
margin: auto 0;
overflow-y: auto; overflow-y: auto;
} }

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.159.2", "version": "1.159.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.159.2", "version": "1.159.1",
"description": "All the latest porn releases in one place", "description": "All the latest porn releases in one place",
"main": "src/app.js", "main": "src/app.js",
"scripts": { "scripts": {