Code formatting, translation mistakes, and removal of useless libraries.

This commit is contained in:
Alain Nussbaumer
2022-05-29 18:49:00 +02:00
parent cfa8db7b3f
commit b788273e4c
92 changed files with 2646 additions and 575 deletions

View File

@@ -6,11 +6,22 @@
<section v-if="$slots['options']">
<div ref="options_ref" style="height: 1px" />
<slot name="options" />
<nav class="buttons is-centered" style="margin-bottom: 6px; margin-top: 16px">
<a v-if="!options_visible" class="button is-small is-white" @click="scroll_to_top">
<nav
class="buttons is-centered"
style="margin-bottom: 6px; margin-top: 16px"
>
<a
v-if="!options_visible"
class="button is-small is-white"
@click="scroll_to_top"
>
<mdicon class="icon is-small" name="chevron-down" size="16" />
</a>
<a v-else class="button is-small is-white" @click="scroll_to_content">
<a
v-else
class="button is-small is-white"
@click="scroll_to_content"
>
<mdicon class="icon is-small" name="chevron-up" size="16" />
</a>
</nav>

View File

@@ -10,7 +10,10 @@
<!-- Slot heading right -->
<slot name="heading-right" />
</div>
<div class="column is-three-fifths has-text-centered-mobile" style="margin: auto 0">
<div
class="column is-three-fifths has-text-centered-mobile"
style="margin: auto 0"
>
<!-- Slot heading left -->
<slot name="heading-left" />
</div>