Using query instead of parameters for tag filter URI. Added generic scrolling component, using for actor photos and entity children. Removed pagination from filter bar.
This commit is contained in:
@@ -89,7 +89,6 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.pagination {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
@@ -99,7 +98,7 @@ export default {
|
||||
}
|
||||
|
||||
.pagination-bottom {
|
||||
margin: 1rem 0 0 0;
|
||||
margin: .5rem 0 1rem 0;
|
||||
}
|
||||
|
||||
.pagination-button {
|
||||
|
||||
Reference in New Issue
Block a user