mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 21:49:48 -05:00
Code formatting, translation mistakes, and removal of useless libraries.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user