From 83e1068da302fa5dd5116f8fb25846332e9afbec Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 4 Jul 2020 18:28:57 +0900 Subject: [PATCH] wip --- src/client/app.vue | 11 +++------ src/client/components/notifications.vue | 7 ------ src/client/pages/my-groups/index.vue | 6 ++--- src/client/style.scss | 33 ++++--------------------- src/client/themes/_dark.json5 | 1 - src/client/themes/_light.json5 | 1 - 6 files changed, 11 insertions(+), 48 deletions(-) diff --git a/src/client/app.vue b/src/client/app.vue index aaf5d3c43..8c876dc66 100644 --- a/src/client/app.vue +++ b/src/client/app.vue @@ -911,7 +911,6 @@ export default Vue.extend({ > main { width: $main-width; min-width: $main-width; - box-shadow: 1px 0 0 0 var(--divider), -1px 0 0 0 var(--divider); @media (max-width: $side-hide-threshold) { min-width: 0; @@ -926,10 +925,6 @@ export default Vue.extend({ padding: var(--margin) 0; } - &:not(.naked) { - background: var(--pageBg); - } - &.naked { background: var(--bg); } @@ -970,9 +965,7 @@ export default Vue.extend({ > .widgets { box-sizing: border-box; - margin-left: var(--margin); - background: var(--pageBg); - box-shadow: 1px 0 0 0 var(--divider),-1px 0 0 0 var(--divider); + margin: 0 var(--margin); @media (max-width: $side-hide-threshold) { display: none; @@ -982,7 +975,9 @@ export default Vue.extend({ position: sticky; top: $header-height; height: calc(100vh - #{$header-height}); + padding: 0 var(--margin); overflow: auto; + box-shadow: 1px 0 0 0 var(--divider), -1px 0 0 0 var(--divider); > * { margin: var(--margin) 0; diff --git a/src/client/components/notifications.vue b/src/client/components/notifications.vue index 5c5b5fb81..fa1e2fad7 100644 --- a/src/client/components/notifications.vue +++ b/src/client/components/notifications.vue @@ -87,13 +87,6 @@ export default Vue.extend({