Feat/messaging ui foundation #6

Merged
maaz519 merged 26 commits from feat/messaging-ui-foundation into dev 2026-07-22 18:46:32 +00:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit c4254749a4 - Show all commits
@@ -506,6 +506,12 @@
flex-direction: column;
gap: 10px;
}
/* Submit buttons in the stacked create/compose forms size to content, not full width. */
.miu-newconv .miu-send,
.miu-channel-create .miu-send {
align-self: flex-start;
height: 38px;
}
.miu-person-row {
display: flex;
align-items: center;