Improved scene page poster and album scaling.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<h3
|
||||
:id="category"
|
||||
class="category-heading"
|
||||
>{{ category }}</h3>
|
||||
>{{ categoryTitles[category] || category }}</h3>
|
||||
|
||||
<ul
|
||||
class="tags nolist"
|
||||
@@ -87,6 +87,10 @@ const showcase = pageContext.pageProps.tagShowcase;
|
||||
const categories = ref(null);
|
||||
const content = ref(null);
|
||||
|
||||
const categoryTitles = {
|
||||
lgbt: 'LGBT',
|
||||
};
|
||||
|
||||
const activeCategory = ref(null);
|
||||
|
||||
function calculateActiveCategory() {
|
||||
|
||||
@@ -31,7 +31,7 @@ const tagSlugs = {
|
||||
'tattoos',
|
||||
'piercings',
|
||||
],
|
||||
sexuality: [
|
||||
lgbt: [
|
||||
'gay',
|
||||
'bisexual',
|
||||
'transsexual',
|
||||
|
||||
Reference in New Issue
Block a user