Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian fdb48f0d6d 1.159.2 2021-01-23 23:09:12 +01:00
DebaucheryLibrarian 2f3eb0e16c Improved album layout. 2021-01-23 23:09:05 +01:00
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.1", "version": "1.159.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.159.1", "version": "1.159.2",
"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": {