right-sidebar: Align unread counts horizontally.

The group PM unread counts were pushed over toward the edge of the
screen which made them unaligned with the user unread PMs directly
above.

Fixes: #7064.
This commit is contained in:
Brock Whittaker 2017-10-18 13:18:43 -07:00 committed by Tim Abbott
parent 4a4fbe3194
commit 12c9076e98
1 changed files with 3 additions and 3 deletions

View File

@ -136,7 +136,7 @@
}
.group-pms-sidebar-entry.group-with-count .selectable_sidebar_block {
width: 170px;
width: 185px;
}
.selectable_sidebar_block {
@ -146,7 +146,7 @@
.user_sidebar_entry .count,
.group-pms-sidebar-entry .count {
position: absolute;
right: 25px;
right: 29px;
top: 4px;
padding: 1px 4px 2px 4px;
background: hsl(105, 2%, 50%);
@ -160,7 +160,7 @@
}
.group-pms-sidebar-entry .count {
right: 2px;
right: 26px;
}
.user_sidebar_entry .count,