Added 'clear all' button to tag filter. Tag name never removes tag. Added actor scene scraping to LegalPorno.

This commit is contained in:
DebaucheryLibrarian
2020-07-19 19:40:21 +02:00
parent 70bf00e844
commit 5291a87587
24 changed files with 111 additions and 71 deletions

View File

@@ -158,9 +158,9 @@ export default {
.heading {
display: inline-block;
background: var(--primary);
color: var(--text-light);
padding: .5rem;
color: var(--primary);
padding: 0 .5rem;
margin: .5rem 0 1rem 0;
font-size: 1rem;
text-transform: capitalize;
}