Show channel member count up to 100 now

This commit is contained in:
JoramWilander
2015-12-07 10:50:29 -05:00
parent b06f11fd63
commit ea1bbff3c8
2 changed files with 2 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ export default {
],
MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],
MAX_DMS: 20,
MAX_CHANNEL_POPOVER_COUNT: 20,
MAX_CHANNEL_POPOVER_COUNT: 100,
DM_CHANNEL: 'D',
OPEN_CHANNEL: 'O',
PRIVATE_CHANNEL: 'P',

View File

@@ -218,7 +218,7 @@
font-size: 14px;
line-height: 56px;
#member_popover {
width: 45px;
width: 50px;
color: #999;
cursor: pointer;
.fa {