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:
authorJacob Neplokh <me@jacobneplokh.com>2020-10-27 20:33:40 +0300
committerJacob Neplokh <me@jacobneplokh.com>2020-10-31 21:29:15 +0300
commitb04368c9a879317b3b0473defcc561dc71b431a7 (patch)
tree783f50ffc2d0e7452731d9e00256127ac9f1b800 /core/src
parent6a111e454219a23974884ac504cde2311de80e15 (diff)
Change font-weight and font-size for empty search
Signed-off-by: Jacob Neplokh <me@jacobneplokh.com>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/views/UnifiedSearch.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/views/UnifiedSearch.vue b/core/src/views/UnifiedSearch.vue
index 07bc1ef70d8..be33ac8cd8d 100644
--- a/core/src/views/UnifiedSearch.vue
+++ b/core/src/views/UnifiedSearch.vue
@@ -743,6 +743,8 @@ $input-padding: 6px;
margin: 10vh 0;
::v-deep .empty-content__title {
+ font-weight: normal;
+ font-size: 14px;
padding: 0 15px;
text-align: center;
}