Generalise tagger view to all scraping sources (#1812)

* Refactor Tagger view
* Support link to existing studio/performer
* Allow stash id field selection
This commit is contained in:
WithoutPants
2021-10-14 08:53:04 +11:00
committed by GitHub
parent 1217f3fbc1
commit 4eeef22c15
26 changed files with 2195 additions and 1497 deletions

View File

@@ -2,10 +2,13 @@
align-items: center;
display: flex;
flex-direction: column;
height: 70vh;
justify-content: center;
width: 100%;
&:not(.card-based) {
height: 70vh;
}
&-message {
margin-top: 1rem;
}