Browse Source

Merge pull request #23008 from nextcloud/bugfix/noid/fix-placeholder-with-longer-languages

Add padding to the empty content and center it
pull/23013/head
Roeland Jago Douma 5 years ago
committed by GitHub
parent
commit
261cda8bf8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      core/js/dist/unified-search.js
  2. 2
      core/js/dist/unified-search.js.map
  3. 5
      core/src/views/UnifiedSearch.vue

2
core/js/dist/unified-search.js
File diff suppressed because it is too large
View File

2
core/js/dist/unified-search.js.map
File diff suppressed because it is too large
View File

5
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;
}
}
}

Loading…
Cancel
Save