💄 -webkit-backdrop-filter

This commit is contained in:
BTMuli
2023-12-12 22:12:56 +08:00
parent 845bcdaae0
commit 86c87344ea
12 changed files with 20 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ onMounted(async () => {
width: 100%;
justify-content: space-between;
padding: 10px;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
background: rgb(0 0 0 / 40%);
border-bottom-left-radius: 5px;