summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2022-04-01 09:30:02 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-21 09:31:05 +0200
commit738fcba51a4947213b8b240ebbecc948308340cb (patch)
tree65dc5f6b97d4bddbb87c68acd11892e509d6f9ae /core/src
parentb3cf312edcefec3fb26bad8637f3a0969504be87 (diff)
downloadnextcloud-server-738fcba51a4947213b8b240ebbecc948308340cb.tar.gz
nextcloud-server-738fcba51a4947213b8b240ebbecc948308340cb.zip
Update search icon size
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/views/UnifiedSearch.vue13
1 files changed, 5 insertions, 8 deletions
diff --git a/core/src/views/UnifiedSearch.vue b/core/src/views/UnifiedSearch.vue
index 89f5d2a0bab..1e11d6bfbde 100644
--- a/core/src/views/UnifiedSearch.vue
+++ b/core/src/views/UnifiedSearch.vue
@@ -30,7 +30,7 @@
<!-- Header icon -->
<template #trigger>
<Magnify class="unified-search__trigger"
- :size="20"
+ :size="22/* fit better next to other 20px icons */"
fill-color="var(--color-primary-text)" />
</template>
@@ -81,15 +81,17 @@
<!-- Loading placeholders -->
<SearchResultPlaceholders v-if="isLoading" />
- <EmptyContent v-else-if="isValidQuery" icon="icon-search">
+ <EmptyContent v-else-if="isValidQuery">
<Highlight v-if="triggered" :text="t('core', 'No results for {query}', { query })" :search="query" />
<div v-else>
{{ t('core', 'Press enter to start searching') }}
</div>
+ <template #icon><Magnify /></template>
</EmptyContent>
- <EmptyContent v-else-if="!isLoading || isShortQuery" icon="icon-search">
+ <EmptyContent v-else-if="!isLoading || isShortQuery">
{{ t('core', 'Start typing to search') }}
+ <template #icon><Magnify /></template>
<template v-if="isShortQuery" #desc>
{{ n('core',
'Please enter {minSearchLength} character or more to search',
@@ -677,11 +679,6 @@ $input-height: 34px;
$input-padding: 6px;
.unified-search {
- &__trigger {
- width: 20px;
- height: 20px;
- }
-
&__input-wrapper {
position: sticky;
// above search results