From 7a0aab7eac1f8c67984c3b7edd4353695cecceac Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sat, 18 Nov 2023 11:22:20 +0800 Subject: [PATCH] :art: Improve `Quit the application` on the auth page https://github.com/siyuan-note/siyuan/issues/9680 --- app/stage/auth.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/stage/auth.html b/app/stage/auth.html index 1ffe78f6a..8f852803c 100644 --- a/app/stage/auth.html +++ b/app/stage/auth.html @@ -135,6 +135,7 @@ .b3-snackbar--show .b3-snackbar__content { transform: none; + text-align: center; } .b3-snackbar__content { @@ -153,6 +154,10 @@ box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%); } + .b3-snackbar__content .b3-button { + margin: 8px 0 0 0; + } + a { outline: 0; text-decoration: none;