Added date precision. Added Teen Core Club update scraper.

This commit is contained in:
2020-07-03 04:12:56 +02:00
parent 945c2c45ce
commit 48a127409e
17 changed files with 207 additions and 27 deletions

View File

@@ -83,12 +83,15 @@ export default {
display: flex;
justify-content: center;
flex-wrap: wrap;
padding: 0 1rem;
padding: 0 0 0 1rem;
.photo-link {
margin: 0 .5rem .5rem 0;
}
.poster,
.photo {
height: 18rem;
margin: 0 .5rem .5rem 0;
max-height: 18rem;
}
}
}
@@ -99,7 +102,8 @@ export default {
.poster,
.photo {
height: 15rem;
max-height: 15rem;
max-width: 100%;
box-shadow: 0 0 3px var(--shadow-weak);
}
</style>

View File

@@ -144,8 +144,4 @@ export default {
padding: 0 1rem 1rem 1rem;
line-height: 1.5;
}
.dark .sidebar {
border-right: solid 1px var(--shadow-hint);
}
</style>