mirror of https://github.com/zulip/zulip.git
left_sidebar: Keep all DM container rows to same right margin.
This commit is contained in:
parent
76a8c80b63
commit
b2c2afe374
|
@ -238,11 +238,9 @@ li.show-more-topics {
|
||||||
}
|
}
|
||||||
|
|
||||||
.direct-messages-container {
|
.direct-messages-container {
|
||||||
#private_messages_section {
|
/* Properly offset all the grid rows
|
||||||
/* Properly offset all the grid rows
|
in the DM section. */
|
||||||
in the DM section. */
|
margin-right: 12px;
|
||||||
margin-right: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#private_messages_section_header {
|
#private_messages_section_header {
|
||||||
grid-template-columns: 0 15px minmax(0, 1fr) max-content 30px 0;
|
grid-template-columns: 0 15px minmax(0, 1fr) max-content 30px 0;
|
||||||
|
|
Loading…
Reference in New Issue