From e3e56df727f4bd3023d491b6a330c8b1b7f47fbd Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 22 Sep 2020 19:37:42 +0200 Subject: Add padding to the empty content and center it Signed-off-by: Joas Schilling --- core/src/views/UnifiedSearch.vue | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core/src') diff --git a/core/src/views/UnifiedSearch.vue b/core/src/views/UnifiedSearch.vue index 10aa41a2ef1..07bc1ef70d8 100644 --- a/core/src/views/UnifiedSearch.vue +++ b/core/src/views/UnifiedSearch.vue @@ -741,6 +741,11 @@ $input-padding: 6px; .empty-content { margin: 10vh 0; + + ::v-deep .empty-content__title { + padding: 0 15px; + text-align: center; + } } } -- cgit v1.2.3