Skip to content
Snippets Groups Projects
Commit 52361579 authored by syuilo's avatar syuilo
Browse files

🎨

parent cd6a8c31
No related branches found
No related tags found
No related merge requests found
<template>
<div class="wbrkwale">
<MkLoading v-if="fetching"/>
<transition-group v-else tag="div" :name="$store.state.animation ? 'chart' : ''" class="instances">
<div v-else class="instances">
<MkA v-for="(instance, i) in instances" :key="instance.id" :to="`/instance-info/${instance.host}`" class="instance">
<MkInstanceCardMini :instance="instance"/>
</MkA>
</transition-group>
</div>
</div>
</template>
......@@ -36,10 +36,6 @@ useInterval(fetch, 1000 * 60, {
<style lang="scss" scoped>
.wbrkwale {
> .instances {
.chart-move {
transition: transform 1s ease;
}
display: grid;
grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
grid-gap: 12px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment