summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-05-10 21:22:51 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-05-10 21:22:51 +0900
commit7cd7059fbc4f309f6fdf089f31a187aa01f61b7f (patch)
tree40fa7727a43d157c0d600bd1c0a660ee74291d5e /src
parentAdd queue types (#7504) (diff)
downloadsharkey-7cd7059fbc4f309f6fdf089f31a187aa01f61b7f.tar.gz
sharkey-7cd7059fbc4f309f6fdf089f31a187aa01f61b7f.tar.bz2
sharkey-7cd7059fbc4f309f6fdf089f31a187aa01f61b7f.zip
:art:
Diffstat (limited to 'src')
-rw-r--r--src/client/ui/deck/widgets-column.vue5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client/ui/deck/widgets-column.vue b/src/client/ui/deck/widgets-column.vue
index 47d7e7e314..69aaaffa88 100644
--- a/src/client/ui/deck/widgets-column.vue
+++ b/src/client/ui/deck/widgets-column.vue
@@ -64,11 +64,8 @@ export default defineComponent({
<style lang="scss" scoped>
.wtdtxvec {
--margin: 8px;
+ --panelShadow: none;
padding: 0 var(--margin);
-
- ::v-deep(._panel) {
- box-shadow: none;
- }
}
</style>