Skip to content

Commit

Permalink
ui: Change width of divider in setting menu.
Browse files Browse the repository at this point in the history
This will now matche with the other popover `hrule` width.
  • Loading branch information
sidforreal authored and timabbott committed May 16, 2020
1 parent c8f4177 commit 2981938
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/styles/zulip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1924,6 +1924,11 @@ div.focused_table {
opacity: 1;
text-shadow: none;
}

li.dropdown li.divider {
margin-left: 15px;
margin-right: 15px;
}
}

nav .column-left {
Expand Down

0 comments on commit 2981938

Please sign in to comment.