From 39b25209f495d0f3947402fb8efb9df9eedf1a69 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Mon, 2 Mar 2026 22:35:41 +0100 Subject: [PATCH] Selecting independent site banners from network directory. --- assets/css/theme.css | 2 ++ components/campaigns/campaign.vue | 3 ++- components/scenes/tile.vue | 7 +++++++ static | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/assets/css/theme.css b/assets/css/theme.css index 88e1fa3..1ab0ca2 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -62,6 +62,7 @@ --text: #222; --text-light: #fff; + --text-piss: #b92; /* --link: #48f; */ --link: var(--primary); @@ -101,6 +102,7 @@ --background-dim: var(--shadow-weak-10); --text: #fcfcfc; + --text-piss: #ba0; --glass-weak-50: rgba(255, 255, 255, .02); --glass-weak-40: rgba(255, 255, 255, .05); diff --git a/components/campaigns/campaign.vue b/components/campaigns/campaign.vue index 9d9673f..b005398 100644 --- a/components/campaigns/campaign.vue +++ b/components/campaigns/campaign.vue @@ -66,7 +66,8 @@ const props = defineProps({ const bannerSrc = (() => { if (props.campaign.banner) { - if (props.campaign.banner.entity.type === 'network' || props.campaign.banner.entity.isIndependent || !props.campaign.banner.entity.parent) { + // if (props.campaign.banner.entity.type === 'network' || props.campaign.banner.entity.isIndependent || !props.campaign.banner.entity.parent) { + if (props.campaign.banner.entity.type === 'network' || !props.campaign.banner.entity.parent) { return `/banners/${props.campaign.banner.entity.slug}/${props.campaign.banner.id}.${props.campaign.banner.type || 'jpg'}`; } diff --git a/components/scenes/tile.vue b/components/scenes/tile.vue index 007647c..3fc9ddc 100644 --- a/components/scenes/tile.vue +++ b/components/scenes/tile.vue @@ -97,6 +97,7 @@ v-for="tag in scene.tags" :key="`tag-${scene.id}-${tag.id}`" class="tag" + :class="{ piss: tag.slug === 'pissing' }" > sceneStash.id === font-size: .75rem; } +/* +.tag.piss { + color: var(--text-piss); +} +*/ + .shoot { font-size: .75rem; font-weight: bold; diff --git a/static b/static index 9474aba..305454e 160000 --- a/static +++ b/static @@ -1 +1 @@ -Subproject commit 9474aba17ee36cfd622e7930d0d863ed45805729 +Subproject commit 305454e97a44e43fc1c147ec16c166a56c72146a