fix(ui): use shadow-lg-border-base on read-only comment popovers and align label spacing

This commit is contained in:
David Hill
2026-01-24 05:45:04 +00:00
parent 31f80a45af
commit 40ab6ac862
2 changed files with 3 additions and 3 deletions

View File

@@ -84,7 +84,7 @@
max-width: min(320px, calc(100vw - 48px));
border-radius: 14px;
background-color: var(--surface-raised-stronger-non-alpha);
border: 1px solid var(--border-base);
box-shadow: var(--shadow-lg-border-base);
padding: 12px;
}