Skip to content

Commit

Permalink
fix sidebar paddings (#7888)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlprieb authored and gdelavald committed Aug 25, 2017
1 parent 56f1972 commit 01a62fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -626,8 +626,9 @@

.livechat-status {
float: right;
margin-right: 10px;
margin-right: 16px;
font-size: 20px;
line-height: 20px;
color: #9d9fa3;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@

position: relative;

padding: 10px 0 10px 10px;
margin-right: -9px;
padding: 0;

cursor: pointer;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}

& .badge {
margin: 0 8px 0 3px;
margin: 0 16px 0 3px;
}

&__icon {
Expand Down

0 comments on commit 01a62fd

Please sign in to comment.