UX: fix cmd-k position (#24385)

This commit is contained in:
chapoi 2023-11-15 16:03:58 +01:00 committed by GitHub
parent 3e45837d78
commit 2e520468a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -265,8 +265,8 @@
}
.d-modal.chat-modal-new-message {
align-items: flex-start;
.d-modal {
align-items: flex-start;
&__container {
width: var(--modal-max-width);
margin-top: 1rem;