left_sidebar: Set shared right margin on DM section.

This commit is contained in:
Karl Stolley 2023-11-13 08:51:45 -06:00 committed by Tim Abbott
parent b5a6742adc
commit 554f33d033

View File

@ -238,8 +238,14 @@ li.show-more-topics {
}
.direct-messages-container {
#private_messages_section {
/* Properly offset all the grid rows
in the DM section. */
margin-right: 12px;
}
#private_messages_section_header {
grid-template-columns: 0 15px minmax(0, 1fr) max-content 30px 12px;
grid-template-columns: 0 15px minmax(0, 1fr) max-content 30px 0;
grid-template-rows: 24px;
/* TODO: Rewrite the `--left-sidebar-collapse-widget-gutter`
value and the styles dependent on it so that this kind of