Regarding layout parameters from parent and grandparent entities. Removed Evil Angel and Fantasy Massage scraper wrappers.

This commit is contained in:
DebaucheryLibrarian
2021-01-30 00:01:40 +01:00
parent b42bdc1d3e
commit 9535ab7953
24 changed files with 28 additions and 33 deletions

View File

@@ -115,11 +115,11 @@ export default {
.item-link {
height: 100%;
margin: 0 0 1rem 0;
}
.item {
width: 100%;
margin: 0 0 1rem 0;
}
@media(max-width: $breakpoint-kilo) {

View File

@@ -78,7 +78,9 @@ async function fetchReleases() {
this.hasMedia = this.tag.poster || this.tag.photos.length > 0;
this.description = this.tag.description && converter.makeHtml(escapeHtml(this.tag.description));
this.$refs.filter.$el.scrollIntoView();
if (this.$refs.filter) {
this.$refs.filter.$el.scrollIntoView();
}
}
async function mounted() {