[web-src] Fix margin/padding top for media item lists in pages with index navigation

This commit is contained in:
chme 2018-12-19 17:50:31 +01:00
parent 11179f7ac5
commit 7b07d9cee7
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<template>
<div class="buttons is-centered fd-is-square" style="margin-bottom: 64px;" v-if="filtered_index.length > 1">
<nav class="buttons is-centered fd-is-square" style="margin-bottom: 64px;" v-if="filtered_index.length > 1">
<a v-for="char in filtered_index" :key="char" class="button is-small" @click="nav(char)">{{ char }}</a>
</div>
</nav>
</template>
<script>