forked from DebaucheryLibrarian/traxxx
Added date precision. Added Teen Core Club update scraper.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user