]> source.dussan.org Git - nextcloud-server.git/commitdiff
Change font-weight and font-size for empty search 23267/head
authorJacob Neplokh <me@jacobneplokh.com>
Tue, 27 Oct 2020 17:33:40 +0000 (10:33 -0700)
committerJacob Neplokh <me@jacobneplokh.com>
Sat, 31 Oct 2020 18:29:15 +0000 (11:29 -0700)
Signed-off-by: Jacob Neplokh <me@jacobneplokh.com>
core/src/views/UnifiedSearch.vue

index 07bc1ef70d85c205c3a69865c48f2b24723eccdd..be33ac8cd8d3208c191903f022fae08e5f19eca8 100644 (file)
@@ -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;
                }