Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit c93edaf

Browse files
committed
fix: right panel message composer wrong styling
Applying !important, forces mx_MessageComposer--compact to use the new styling.
1 parent 3502dd0 commit c93edaf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

res/css/structures/_RoomView.pcss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Please see LICENSE files in the repository root for full details.
3737
flex: 0 0 auto;
3838
/* margin-right: 2px; */
3939
border: 1px #ffffff1c solid;
40-
border-radius: 50px;
41-
margin: 0 12px 14px;
40+
border-radius: 50px !important;
41+
margin: 0 12px 14px !important;
4242
}
4343
}
4444

0 commit comments

Comments
 (0)