mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
left_sidebar: Set shared right margin on DM section.
This commit is contained in:
parent
b5a6742adc
commit
554f33d033
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user