From 4d3179b39c66f39def131329bbb7c526ee6c9721 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 19 Dec 2023 12:20:25 +0800 Subject: [PATCH] :lipstick: fix https://github.com/siyuan-note/siyuan/issues/9857 --- app/src/assets/scss/business/_config.scss | 18 +++++-- app/src/config/about.ts | 24 ++++----- app/src/config/ai.ts | 30 +++++------ app/src/config/appearance.ts | 40 +++++++------- app/src/config/editor.ts | 54 +++++++++---------- app/src/config/exportConfig.ts | 40 +++++++------- app/src/config/fileTree.ts | 16 +++--- app/src/config/flashcard.ts | 22 ++++---- app/src/config/keymap.ts | 8 +-- app/src/config/query.ts | 10 ++-- app/src/config/repos.ts | 64 +++++++++++------------ 11 files changed, 169 insertions(+), 157 deletions(-) diff --git a/app/src/assets/scss/business/_config.scss b/app/src/assets/scss/business/_config.scss index 73e0a5588..4ebf0a1db 100644 --- a/app/src/assets/scss/business/_config.scss +++ b/app/src/assets/scss/business/_config.scss @@ -16,8 +16,19 @@ height: 100%; .b3-label:not(.b3-label--inner) { - padding: 16px 0; - margin: 0 24px; + padding: 0; + margin: 16px 24px 32px; + box-shadow: 0px 15px 0px 0px white, 0px 16px 0px 0px var(--b3-border-color); + border-bottom: 0; + + &:last-child { + margin-bottom: 16px; + box-shadow: none; + } + } + + label.b3-label:not(.b3-label--inner) { + cursor: pointer; } &--full { @@ -72,7 +83,8 @@ display: flex; flex-wrap: wrap; - label { + label, + .label { width: 16%; margin: 8px 17% 0 0; color: var(--b3-theme-on-surface); diff --git a/app/src/config/about.ts b/app/src/config/about.ts index ab1873de1..50633d8eb 100644 --- a/app/src/config/about.ts +++ b/app/src/config/about.ts @@ -57,7 +57,7 @@ export const about = {
-