Skip to main content

POPOVER_PANEL_CLASS

Constant POPOVER_PANEL_CLASS 

Source
const POPOVER_PANEL_CLASS: &str = "fixed z-50 bg-[var(--color-paper-entry)] rounded-2xl shadow-lg border border-[var(--color-paper-border)] p-4 animate-popover-enter";
Expand description

Popover 面板:卡片化大圆角 + 阴影 + 淡入缩放动画。 居中变体:animate-popover-enter 的关键帧烘了 translateX(-50%),与居中的 静态 transform 一致;端点对齐(start/end)变体静态 transform 为空,必须换用 无位移的 animate-popover-enter-edge,否则 both fill 期面板水平错位半宽。