summaryrefslogtreecommitdiff
path: root/src/client/ui/deck
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-12-20 17:19:18 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-12-20 17:19:18 +0900
commitbeeb8de6da328dfcb26d4876bcd37989c090d919 (patch)
tree80f7917d6a6c543f39742f8eb50afa9a451ea9fc /src/client/ui/deck
parentMerge branch 'develop' of https://github.com/syuilo/misskey into develop (diff)
downloadmisskey-beeb8de6da328dfcb26d4876bcd37989c090d919.tar.gz
misskey-beeb8de6da328dfcb26d4876bcd37989c090d919.tar.bz2
misskey-beeb8de6da328dfcb26d4876bcd37989c090d919.zip
:art:
Diffstat (limited to 'src/client/ui/deck')
-rw-r--r--src/client/ui/deck/column.vue5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/ui/deck/column.vue b/src/client/ui/deck/column.vue
index d6432cf314..b1b38199b6 100644
--- a/src/client/ui/deck/column.vue
+++ b/src/client/ui/deck/column.vue
@@ -318,8 +318,9 @@ export default defineComponent({
}
&.naked {
- //background: var(--deckAcrylicColumnBg);
- background: transparent !important;
+ background: var(--acrylicBg) !important;
+ -webkit-backdrop-filter: blur(10px);
+ backdrop-filter: blur(10px);
> header {
background: transparent;