mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-22 02:35:32 -05:00
[web] Rename component ListIndexButtons for more coherence
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<router-link
|
||||
v-for="index in indices"
|
||||
:key="index"
|
||||
class="button px-2 is-small is-square"
|
||||
class="button is-small p-2 is-index"
|
||||
:to="{ hash: `#index_${index}`, query: $route.query }"
|
||||
>
|
||||
{{ index }}
|
||||
@@ -15,13 +15,13 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'IndexButtonList',
|
||||
name: 'ListIndexButtons',
|
||||
props: { indices: { required: true, type: Array } }
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.is-square {
|
||||
.is-index {
|
||||
height: 1.75rem;
|
||||
min-width: 1.75rem;
|
||||
}
|
||||
Reference in New Issue
Block a user