Merge branch 'patch-1' into 'develop'
Update Pagination.vue Closes #451 See merge request funkwhale/funkwhale!356
This commit is contained in:
commit
14e0ac97dc
|
@ -83,3 +83,11 @@ export default {
|
|||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
||||
<style scoped>
|
||||
.ui.pagination.menu .item {
|
||||
cursor: pointer;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in New Issue