mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Show channel member count up to 100 now
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -218,7 +218,7 @@
|
||||
font-size: 14px;
|
||||
line-height: 56px;
|
||||
#member_popover {
|
||||
width: 45px;
|
||||
width: 50px;
|
||||
color: #999;
|
||||
cursor: pointer;
|
||||
.fa {
|
||||
|
||||
Reference in New Issue
Block a user