mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 20:16:14 -05:00
[web] Migrate to Bulma 1.0.2
This commit is contained in:
@@ -6,14 +6,13 @@
|
||||
<section v-if="$slots.options" ref="options">
|
||||
<slot name="options" />
|
||||
<nav class="buttons is-centered">
|
||||
<router-link class="button is-small is-white" :to="position">
|
||||
<router-link class="button is-small" :to="position">
|
||||
<mdicon class="icon" :name="icon" size="16" />
|
||||
</router-link>
|
||||
</nav>
|
||||
</section>
|
||||
<div :class="{ 'is-full-height': $slots.options }">
|
||||
<div>
|
||||
<nav id="top" class="level is-clipped">
|
||||
<!-- Left side -->
|
||||
<div class="level-left is-flex-shrink-1">
|
||||
<div
|
||||
class="level-item is-flex-shrink-1 has-text-centered-mobile"
|
||||
@@ -23,7 +22,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Right side -->
|
||||
<div class="level-right has-text-centered-mobile">
|
||||
<slot name="heading-right" />
|
||||
</div>
|
||||
|
||||
@@ -6,13 +6,11 @@
|
||||
<div class="column is-four-fifths">
|
||||
<div class="columns is-flex-direction-row-reverse">
|
||||
<div class="column fd-has-cover">
|
||||
<!-- Slot heading right -->
|
||||
<slot name="heading-right" />
|
||||
</div>
|
||||
<div
|
||||
class="column m-auto is-three-fifths has-text-centered-mobile"
|
||||
>
|
||||
<!-- Slot heading left -->
|
||||
<slot name="heading-left" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user