💄 微调UI

This commit is contained in:
目棃
2024-08-26 16:17:10 +08:00
parent ebf344fe86
commit 6e040ebe48
3 changed files with 12 additions and 10 deletions

View File

@@ -147,6 +147,10 @@ async function share(): Promise<void> {
position: absolute;
top: 5px;
left: 5px;
border: 1px solid rgb(255 255 255 / 20%);
border-radius: 5px;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
color: var(--tgc-white-1);
}