Skip to content

Commit

Permalink
fix(contactsmenu): empty content margin
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny committed May 20, 2024
1 parent 54afea4 commit f6ac35d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions core/src/views/ContactsMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -214,5 +214,9 @@ export default {
}
}
}
:deep(.empty-content) {
margin: 0 !important;
}
}
</style>
6 changes: 3 additions & 3 deletions dist/core-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-main.js.map

Large diffs are not rendered by default.

0 comments on commit f6ac35d

Please sign in to comment.