This commit is contained in:
Nicholas-Xiong 2026-05-31 01:23:29 -04:00 committed by GitHub
commit 3a2b7843a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -480,6 +480,7 @@
display: flex;
flex-direction: column;
gap: 6px;
max-height: min(420px, calc(100vh - 180px));
transition: border-color 120ms ease, box-shadow 120ms ease;
}
.composer-shell:focus-within {