Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian c5e1f2de2e 1.167.3 2021-02-04 23:09:57 +01:00
DebaucheryLibrarian 4abfcaf9ce Improved vertical image size in album. 2021-02-04 23:09:52 +01:00
3 changed files with 4 additions and 5 deletions

View File

@ -141,8 +141,6 @@ export default {
.item-link {
position: relative;
height: 100%;
width: 100%;
margin: 0 0 1rem 0;
overflow: hidden;
@ -152,7 +150,8 @@ export default {
}
.item {
width: 100%;
max-width: 100%;
max-height: 100%;
}
.item-comment {

2
package-lock.json generated
View File

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

View File

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