diff options
author | Joas Schilling <coding@schilljs.com> | 2020-09-22 19:37:42 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-09-22 19:37:42 +0200 |
commit | e3e56df727f4bd3023d491b6a330c8b1b7f47fbd (patch) | |
tree | e71a50d11ceb0b699870a018089881483910ec8b /core/src | |
parent | 804ec58011df221a66bfb4b2beb91f9df9a1d1bf (diff) | |
download | nextcloud-server-e3e56df727f4bd3023d491b6a330c8b1b7f47fbd.tar.gz nextcloud-server-e3e56df727f4bd3023d491b6a330c8b1b7f47fbd.zip |
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.vue | 5 |
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; + } } } |