ぼかし効果の切り替え機能
This commit is contained in:
parent
aeb24b96eb
commit
0f55e65701
21 changed files with 56 additions and 40 deletions
|
|
@ -90,8 +90,8 @@ export default defineComponent({
|
|||
left: 0;
|
||||
z-index: 1000;
|
||||
line-height: $height;
|
||||
-webkit-backdrop-filter: blur(32px);
|
||||
backdrop-filter: blur(32px);
|
||||
-webkit-backdrop-filter: var(--blur, blur(32px));
|
||||
backdrop-filter: var(--blur, blur(32px));
|
||||
background-color: var(--X16);
|
||||
|
||||
> .wide {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue