feat: Theme engine
big changes
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<div class="absolute inset-0">
|
||||
@if (showExpanded()) {
|
||||
<section
|
||||
appThemeNode="voiceWorkspace"
|
||||
class="pointer-events-auto absolute inset-0 bg-background/95 backdrop-blur-xl"
|
||||
(mouseenter)="onWorkspacePointerMove()"
|
||||
(mousemove)="onWorkspacePointerMove()"
|
||||
@@ -276,6 +277,7 @@
|
||||
|
||||
@if (showMiniWindow()) {
|
||||
<div
|
||||
appThemeNode="voiceWorkspace"
|
||||
class="pointer-events-auto absolute z-20 w-[20rem] select-none overflow-hidden rounded-[1.75rem] border border-white/10 bg-card/95 shadow-2xl backdrop-blur-xl"
|
||||
[style.left.px]="miniPosition().left"
|
||||
[style.top.px]="miniPosition().top"
|
||||
|
||||
Reference in New Issue
Block a user