From 39f768ff0a519f0c140018a7383431eb42fbbf9f Mon Sep 17 00:00:00 2001 From: minie4 Date: Sat, 30 Apr 2022 00:13:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Make=20titlebar=20smaller?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/titlebar-element.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/titlebar-element.vue b/src/components/titlebar-element.vue index d8d1d3a..70a2810 100644 --- a/src/components/titlebar-element.vue +++ b/src/components/titlebar-element.vue @@ -18,7 +18,7 @@ const routeName = computed(() => route.name);