mirror of https://github.com/zulip/zulip.git
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:
parent
75293feefb
commit
6d0c2c6a57
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue