Merge branch 'master' into feat/firefox-strategy
This commit is contained in:
@@ -47,12 +47,8 @@ TODO:
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<button
|
<button class="icon" @click="displayModalImportExport(true)">
|
||||||
class="icon"
|
{{ $t("import_export") }}
|
||||||
@click="displayModalImportExport(true)"
|
|
||||||
v-tooltip="$t('import_export')"
|
|
||||||
>
|
|
||||||
<i class="material-icons">import_export</i>
|
|
||||||
</button>
|
</button>
|
||||||
<!-- <a
|
<!-- <a
|
||||||
href="https://github.com/liyasthomas/postwoman/wiki/Collections"
|
href="https://github.com/liyasthomas/postwoman/wiki/Collections"
|
||||||
@@ -90,12 +86,18 @@ TODO:
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</virtual-list>
|
</virtual-list>
|
||||||
|
<nuxt-link :to="localePath('doc')" :aria-label="$t('documentation')">
|
||||||
|
<button class="icon">
|
||||||
|
<i class="material-icons">books</i>
|
||||||
|
<span>{{ $t("generate_docs") }}</span>
|
||||||
|
</button>
|
||||||
|
</nuxt-link>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.virtual-list {
|
.virtual-list {
|
||||||
max-height: calc(100vh - 232px);
|
max-height: calc(100vh - 276px);
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
|||||||
Reference in New Issue
Block a user