message_feed: Alot controls-column space to forms in edit/source view.

See CZO discussion:
https://chat.zulip.org/#narrow/stream/101-design/topic/adjusting.20the.20message-edit.20form/near/1643675
This commit is contained in:
Karl Stolley 2023-09-20 10:50:48 -05:00 committed by Tim Abbott
parent 75293feefb
commit 6d0c2c6a57
1 changed files with 9 additions and 0 deletions

View File

@ -143,6 +143,15 @@ $time_column_min_width: 42px; /* + padding */
". more . . . "
". reactions . . . ";
&.content_edit_mode {
/* Set the controls area to 0 to give more space
to the edit/source view area. */
grid-template-columns: $avatar_column_width minmax(0, 1fr) 0 8px minmax(
$time_column_min_width,
max-content
);
}
@media (width < $sm_min), ((width >= $md_min) and (width < $mc_min)) {
grid-template-columns:
$avatar_column_width minmax(0, 1fr) calc(