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