Sorting aggregated actors by scene count back-end, showing disclaimer when limit is reached.
This commit is contained in:
@@ -290,6 +290,15 @@ function toggleFilters(state) {
|
||||
color: var(--shadow);
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.filter-disclaimer {
|
||||
background: var(--notice);
|
||||
color: var(--highlight-strong-30);
|
||||
padding: .25rem .5rem;
|
||||
box-shadow: inset 0 0 3px var(--shadow-weak-30);
|
||||
line-height: 1.25;
|
||||
font-size: .9rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user