diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-06 14:28:40 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-06 14:28:40 +0900 |
| commit | 48113f3afd25168f772bb81d83df911ea5abda71 (patch) | |
| tree | 12f545cf380ab5433e13fdc981501187f254e606 /src/client | |
| parent | Update doc.vue (diff) | |
| download | sharkey-48113f3afd25168f772bb81d83df911ea5abda71.tar.gz sharkey-48113f3afd25168f772bb81d83df911ea5abda71.tar.bz2 sharkey-48113f3afd25168f772bb81d83df911ea5abda71.zip | |
Improve doc
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/components/ui/folder.vue | 3 |
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; |