Compare commits

..

No commits in common. "99cfd3dc3fdf51de1ef0ba8f0cc51807de44a000" and "e2e29a8dbba4d0f2cf0721b6a6c336c6f00a2deb" have entirely different histories.

4 changed files with 6 additions and 7 deletions

View File

@ -234,7 +234,6 @@ export default {
object-fit: cover;
object-position: 50% 0;
background-size: cover;
background-position: center;
}
.avatar-fallback {

View File

@ -7,13 +7,13 @@
<img
v-if="favicon && photo.entity.type !== 'network' && !photo.entity.independent && photo.entity.parent"
:src="`/img/logos/${photo.entity.parent.slug}/favicon.png`"
class="album-logo favicon"
class="album-logo"
>
<img
v-else-if="favicon"
:src="`/img/logos/${photo.entity.slug}/favicon.png`"
class="album-logo favicon"
class="album-logo"
>
<img
@ -58,7 +58,7 @@ module.exports = {
}
@media(max-width: $breakpoint-small) {
.album-logo:not(.favicon) {
.album-logo {
max-height: .5rem;
max-width: 3.5rem;
}

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "traxxx",
"version": "1.184.1",
"version": "1.184.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.184.1",
"version": "1.184.0",
"license": "ISC",
"dependencies": {
"@graphile-contrib/pg-order-by-related": "^1.0.0-beta.6",

View File

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