blah daily commit

This commit is contained in:
x 2025-03-12 23:36:55 +01:00
parent d33168ca92
commit ab2ea14891
2 changed files with 9 additions and 5 deletions

View File

@ -57,10 +57,14 @@ span#favs {
} }
.v0ck { .v0ck {
background: transparent; background: transparent !important;
} }
.wrapper { .v0ck_overlay {
background-color: transparent;
}
/* .wrapper {
height: 100%; height: 100%;
display: grid; display: grid;
justify-content: right; justify-content: right;
@ -73,4 +77,4 @@ span#favs {
#main { #main {
grid-row: 2; grid-row: 2;
} } */

View File

@ -166,7 +166,7 @@ export default {
success: true, success: true,
user: { user: {
name: actitem.username, name: actitem.username,
channel: actitem.usernetwork == "Telegram" && actitem.userchannel !== "f0ck.me" ? "anonymous" : actitem.userchannel, channel: actitem.usernetwork == "Telegram" && actitem.userchannel !== "w0bm.com" ? "anonymous" : actitem.userchannel,
network: actitem.usernetwork network: actitem.usernetwork
}, },
item: { item: {
@ -187,7 +187,7 @@ export default {
favorites: favorites, favorites: favorites,
tags: tags tags: tags
}, },
title: `${actitem.id} - f0ck.me`, title: `${actitem.id} - w0bm.com`,
pagination: { pagination: {
end: items[items.length - 1]?.id, end: items[items.length - 1]?.id,
start: items[0]?.id, start: items[0]?.id,