From def5ea797801f87759b12bb0b4fe660fed2f998c Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 20 Mar 2020 21:58:04 +0900 Subject: [PATCH] wip --- src/client/app.vue | 3 ++- src/client/components/note.sub.vue | 4 ++-- src/client/pages/messaging-room.message.vue | 4 +++- src/client/themes/_dark.json5 | 3 ++- src/client/themes/_light.json5 | 1 + 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/client/app.vue b/src/client/app.vue index 0b7c18fcb..b0c92105e 100644 --- a/src/client/app.vue +++ b/src/client/app.vue @@ -652,7 +652,7 @@ export default Vue.extend({ $header-height: 60px; $nav-width: 250px; $nav-icon-only-width: 74px; - $main-width: 700px; + $main-width: 650px; $ui-font-size: 1em; $nav-icon-only-threshold: 1300px; $nav-hide-threshold: 700px; @@ -976,6 +976,7 @@ export default Vue.extend({ width: $main-width; min-width: $main-width; box-shadow: 1px 0 0 0 var(--divider), -1px 0 0 0 var(--divider); + background: var(--mainBg); @media (max-width: $side-hide-threshold) { min-width: 0; diff --git a/src/client/components/note.sub.vue b/src/client/components/note.sub.vue index a8eee8de6..5efbb8f1e 100644 --- a/src/client/components/note.sub.vue +++ b/src/client/components/note.sub.vue @@ -1,5 +1,5 @@