summaryrefslogtreecommitdiffstats
path: root/src/components/ContactsList.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ContactsList.vue')
-rw-r--r--src/components/ContactsList.vue8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/ContactsList.vue b/src/components/ContactsList.vue
index 6548faf5..743dc77c 100644
--- a/src/components/ContactsList.vue
+++ b/src/components/ContactsList.vue
@@ -186,6 +186,14 @@ export default {
</script>
<style lang="scss" scoped>
+.app-content-list {
+ flex: 1 1 300px;
+
+ .empty-content {
+ padding: 20px;
+ }
+}
+
// Virtual scroller overrides
.vue-recycle-scroller {
position: sticky !important;