Added upcoming, profile and detailed scene actor scraping to InTheCrack. Fixed clip upsert.

This commit is contained in:
DebaucheryLibrarian
2020-08-20 23:35:18 +02:00
parent 552e6da392
commit 4ec89e2cc8
16 changed files with 188 additions and 35 deletions

View File

@@ -86,12 +86,14 @@ export default {
}
.clip-duration {
background: var(--darken);
color: var(--text-light);
display: block;
position: absolute;
bottom: 0;
left: 0;
padding: .5rem .5rem .75rem 1rem;
top: 0;
right: 0;
padding: .25rem .5rem;
font-size: .9rem;
font-weight: bold;
text-shadow: 0 0 2px var(--darken-strong);
}