Removed auto width from tile banners to prevent blurry upscaling. Fixed tag photo paths.

This commit is contained in:
2026-02-07 00:56:02 +01:00
parent 1c982124b0
commit 983e24835f
5 changed files with 16 additions and 5 deletions

View File

@@ -130,7 +130,7 @@ const props = defineProps({
});
const pageContext = inject('pageContext');
const { user, restriction } = pageContext;
const { user } = pageContext;
const pageStash = pageContext.pageProps.stash;
const currentStash = pageStash || pageContext.assets?.primaryStash;