Add padding to the empty content and center it

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/23008/head
Joas Schilling 6 years ago
parent 804ec58011
commit e3e56df727
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
  1. 2
      core/js/dist/unified-search.js
  2. 2
      core/js/dist/unified-search.js.map
  3. 5
      core/src/views/UnifiedSearch.vue

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -741,6 +741,11 @@ $input-padding: 6px;
.empty-content {
margin: 10vh 0;
::v-deep .empty-content__title {
padding: 0 15px;
text-align: center;
}
}
}

Loading…
Cancel
Save