mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-30 06:19:45 +08:00
💄 -webkit-backdrop-filter
This commit is contained in:
@@ -58,6 +58,7 @@ onUpdated(async () => {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 50%;
|
||||
-webkit-backdrop-filter: blur(5px);
|
||||
backdrop-filter: blur(5px);
|
||||
background: rgb(0 0 0/40%);
|
||||
}
|
||||
@@ -71,6 +72,7 @@ onUpdated(async () => {
|
||||
justify-content: center;
|
||||
padding: 3px;
|
||||
border-radius: 50%;
|
||||
-webkit-backdrop-filter: blur(5px);
|
||||
backdrop-filter: blur(5px);
|
||||
background-color: rgb(0 0 0 / 40%);
|
||||
}
|
||||
|
||||
@@ -54,6 +54,7 @@ onUpdated(async () => {
|
||||
height: 40px;
|
||||
padding: 5px;
|
||||
border-radius: 50%;
|
||||
-webkit-backdrop-filter: blur(5px);
|
||||
backdrop-filter: blur(5px);
|
||||
background: rgba(0 0 0 /40%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user