feat(ui): add critical shadow for comment input validation, set editor popover radius to 14px

This commit is contained in:
David Hill
2026-01-24 18:57:46 +00:00
parent e2bffc29f2
commit 48236ee0ef
4 changed files with 10 additions and 3 deletions

View File

@@ -46,4 +46,5 @@
width: 380px;
max-width: min(380px, calc(100vw - 48px));
padding: 8px;
border-radius: 14px;
}