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:
authorGretaD <gretadoci@gmail.com>2020-10-30 17:26:07 +0300
committerGretaD <gretadoci@gmail.com>2020-11-03 15:58:04 +0300
commitbfe87e501d83ff4dc9e5057c07464a598d951b4b (patch)
tree184f6f2b203bcfe2413cff585347dd7bd0b4a1e5 /core/src
parent9d5362dd8e368a51d0e2fe98db9dc798b656720c (diff)
Add default font size
Signed-off-by: GretaD <gretadoci@gmail.com>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/components/UnifiedSearch/SearchResult.vue2
-rw-r--r--core/src/views/UnifiedSearch.vue2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/src/components/UnifiedSearch/SearchResult.vue b/core/src/components/UnifiedSearch/SearchResult.vue
index 025ddef86c0..e50cc413d03 100644
--- a/core/src/components/UnifiedSearch/SearchResult.vue
+++ b/core/src/components/UnifiedSearch/SearchResult.vue
@@ -250,7 +250,7 @@ $margin: 10px;
}
&-line-two {
opacity: .7;
- font-size: 14px;
+ font-size: var(--default-font-size);
}
}
diff --git a/core/src/views/UnifiedSearch.vue b/core/src/views/UnifiedSearch.vue
index be33ac8cd8d..b579ce72eb8 100644
--- a/core/src/views/UnifiedSearch.vue
+++ b/core/src/views/UnifiedSearch.vue
@@ -744,7 +744,7 @@ $input-padding: 6px;
::v-deep .empty-content__title {
font-weight: normal;
- font-size: 14px;
+ font-size: var(--default-font-size);
padding: 0 15px;
text-align: center;
}