mirror of
https://github.com/taigrr/homer
synced 2025-01-18 04:53:12 -08:00
Customizable number of columns
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
v-for="item in group.items"
|
||||
:key="item.name"
|
||||
v-bind:item="item"
|
||||
class="column is-one-third-widescreen"
|
||||
:class="['column', `is-${12 / config.columns}`]"
|
||||
/>
|
||||
</template>
|
||||
</div>
|
||||
@@ -79,7 +79,7 @@
|
||||
class="columns is-multiline layout-vertical"
|
||||
>
|
||||
<div
|
||||
class="column is-one-third-widescreen"
|
||||
:class="['column', `is-${12 / config.columns}`]"
|
||||
v-for="group in services"
|
||||
:key="group.name"
|
||||
>
|
||||
|
||||
@@ -7,6 +7,7 @@ subtitle: "Homer"
|
||||
header: true
|
||||
footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it.
|
||||
|
||||
columns: 3
|
||||
connectivityCheck: true
|
||||
|
||||
theme: default
|
||||
|
||||
Reference in New Issue
Block a user