summaryrefslogtreecommitdiff
path: root/src/client/components/ui
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-08-06 14:28:40 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-08-06 14:28:40 +0900
commit48113f3afd25168f772bb81d83df911ea5abda71 (patch)
tree12f545cf380ab5433e13fdc981501187f254e606 /src/client/components/ui
parentUpdate doc.vue (diff)
downloadsharkey-48113f3afd25168f772bb81d83df911ea5abda71.tar.gz
sharkey-48113f3afd25168f772bb81d83df911ea5abda71.tar.bz2
sharkey-48113f3afd25168f772bb81d83df911ea5abda71.zip
Improve doc
Diffstat (limited to 'src/client/components/ui')
-rw-r--r--src/client/components/ui/folder.vue3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/components/ui/folder.vue b/src/client/components/ui/folder.vue
index 4281ec7778..e6af40e36d 100644
--- a/src/client/components/ui/folder.vue
+++ b/src/client/components/ui/folder.vue
@@ -99,9 +99,12 @@ export default defineComponent({
z-index: 10;
position: sticky;
top: var(--stickyTop, 0px);
+ background: var(--panel);
+ /* TODO panelの半透明バージョンをプログラマティックに作りたい
background: var(--X17);
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(20px);
+ */
> .title {
margin: 0;