style(agent-assistant): update FAB styles for transparency and bubble background

This commit is contained in:
jxxghp
2026-06-23 15:52:07 +08:00
parent 7e9c0fd206
commit 3de409fb07
2 changed files with 864 additions and 33 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -157,6 +157,10 @@ html[data-theme="transparent"] {
}
.agent-assistant-fab {
background-color: transparent;
}
.agent-assistant-fab__bubble {
backdrop-filter: blur(var(--transparent-blur));
background-color: rgba(var(--v-theme-surface), var(--transparent-opacity-heavy));
}