Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-09-22 20:37:42 +0300
committerJoas Schilling <coding@schilljs.com>2020-09-22 20:37:42 +0300
commite3e56df727f4bd3023d491b6a330c8b1b7f47fbd (patch)
treee71a50d11ceb0b699870a018089881483910ec8b /core/src
parent804ec58011df221a66bfb4b2beb91f9df9a1d1bf (diff)
Add padding to the empty content and center it
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/views/UnifiedSearch.vue5
1 files changed, 5 insertions, 0 deletions
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;
+ }
}
}