Refactored 21sextury scraper.

This commit is contained in:
2019-12-09 05:00:49 +01:00
parent d874c508de
commit 04a89efa58
52 changed files with 2621 additions and 2068 deletions

View File

@@ -293,6 +293,7 @@ export default {
.logo {
display: inline-block;
filter: drop-shadow(0 0 1px $shadow);
}
.logo-site {
@@ -300,6 +301,7 @@ export default {
max-width: 15rem;
object-fit: contain;
object-position: 100% 50%;
filter: drop-shadow(0 0 1px $shadow);
}
.logo-network {

View File

@@ -9,7 +9,7 @@
<div class="sidebar">
<a
v-if="tag.poster"
:href="`/media/${tag.poster.path}`"
:href="`/img/${tag.poster.path}`"
:title="tag.poster.comment"
target="_blank"
rel="noopener noreferrer"

View File

@@ -98,6 +98,8 @@ export default {
</script>
<style lang="scss" scoped>
@import 'theme';
.tags {
padding: 1rem;
}

View File

@@ -30,8 +30,8 @@ export default {
@import 'theme';
.tile {
color: $text-contrast;
background: $profile;
color: $text;
background: $background;
display: flex;
flex-direction: column;
align-items: center;