From 97cd856f03adf9f7edd09349b15e645b1b4b9d6f Mon Sep 17 00:00:00 2001 From: minie4 Date: Wed, 29 Jun 2022 14:48:35 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Change=20right=20to=20flex?= =?UTF-8?q?-end=20for=20compatibility?= 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 35a53da..0207178 100644 --- a/src/components/titlebar-element.vue +++ b/src/components/titlebar-element.vue @@ -49,7 +49,7 @@ function goBack() { .settings { display: flex; width: 100%; - justify-content: right; + justify-content: flex-end; padding-right: 13px; }