Rounded corner for the dialog

This commit is contained in:
Lam Wei Lun
2026-09-14 15:32:51 +08:00
parent 0131533ae0
commit 9ed8537343
3 changed files with 45 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ body {
flex-direction: column;
background: var(--panel, var(--orca-bg, #fff));
border: 1px solid var(--border, var(--orca-border, #ddd));
border-radius: 7px;
overflow: hidden;
/* why: no height cap here - the launcher reports its true natural height to C++, which
sizes the popup to match (HTML is source of truth). The list's own max-height is what