aboutsummaryrefslogtreecommitdiff
path: root/src/site/components/grid
diff options
context:
space:
mode:
Diffstat (limited to 'src/site/components/grid')
-rw-r--r--src/site/components/grid/Grid.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/site/components/grid/Grid.vue b/src/site/components/grid/Grid.vue
index da9b26c..4c4bdf4 100644
--- a/src/site/components/grid/Grid.vue
+++ b/src/site/components/grid/Grid.vue
@@ -167,7 +167,7 @@
</div>
</template>
<template slot="footer">
- <div class="has-text-right">
+ <div class="has-text-right has-text-default">
{{ files.length }} files
</div>
</template>
@@ -197,6 +197,7 @@
</b-modal>
</div>
</template>
+
<script>
import Waterfall from './waterfall/Waterfall.vue';
import WaterfallItem from './waterfall/WaterfallItem.vue';
@@ -328,6 +329,7 @@ export default {
}
};
</script>
+
<style lang="scss" scoped>
@import '~/assets/styles/_colors.scss';
.item-move {