left_sidebar: Keep all DM container rows to same right margin.

This commit is contained in:
Karl Stolley 2023-11-14 18:18:16 -06:00 committed by Tim Abbott
parent 76a8c80b63
commit b2c2afe374
1 changed files with 3 additions and 5 deletions

View File

@ -238,11 +238,9 @@ li.show-more-topics {
}
.direct-messages-container {
#private_messages_section {
/* Properly offset all the grid rows
in the DM section. */
margin-right: 12px;
}
/* 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 0;