forked from DebaucheryLibrarian/traxxx
Refactored 21sextury scraper.
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -98,6 +98,8 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import 'theme';
|
||||
|
||||
.tags {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user