🎨 Improve Quit the application on the auth page https://github.com/siyuan-note/siyuan/issues/9680

This commit is contained in:
Vanessa 2023-11-18 11:22:20 +08:00
parent 490826f65e
commit 7a0aab7eac

View file

@ -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;