mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
The use of named areas with `grid-area` make it unnecessary to declare `grid-row` or `grid-column` values. (Note also that grid areas must not be presented in quotation marks.) Additionally, because `.unread_marker` is no longer placed on the grid by itself (i.e., it always accompanies `.date_unread_marker` or `.message_unread_marker`), it does not need any manual grid placement, `grid-area` or otherwise.