Commit b80dc50
committed
fix: align ContextMenu position in message edit mode
- Remove conditional left positioning (left-6 vs left-0) based on isEditMode
- Remove conditional bottom margin (-mb-3 vs mb-2) based on isEditMode
- Ensures ContextMenu appears consistently close to the input area in both modes
- Fixes issue where ContextMenu was misplaced when editing messages
Fixes #81901 parent b75ef1d commit b80dc50
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
945 | 945 | | |
946 | 946 | | |
947 | 947 | | |
948 | | - | |
| 948 | + | |
949 | 949 | | |
950 | 950 | | |
951 | | - | |
| 951 | + | |
952 | 952 | | |
953 | 953 | | |
954 | 954 | | |
| |||
0 commit comments