File tree Expand file tree Collapse file tree 3 files changed +23
-13
lines changed Expand file tree Collapse file tree 3 files changed +23
-13
lines changed Original file line number Diff line number Diff line change @@ -33,4 +33,14 @@ $mma-chat-notice-badge: "stable" !default;
3333
3434.mma-chat-reconnect-button , .button.mma-chat-reconnect-button {
3535 margin : 0 ;
36+ }
37+
38+ .mma-mod_chat-users-modal {
39+ .item-complex .item-avatar {
40+ padding-bottom : 0 ;
41+
42+ .tabs {
43+ border : 0 ;
44+ }
45+ }
3646}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ <h2>{{ message.userfullname }}</h2>
3939 </ div >
4040 </ div >
4141
42- < div ng-if ="!messages || messages.length <= 0 ">
42+ < div class =" padding " ng-if ="!messages || messages.length <= 0 ">
4343 < p > {{ 'mma.mod_chat.nomessages' | translate}}</ p >
4444 </ div >
4545 </ section >
Original file line number Diff line number Diff line change 33 < h1 class ="title "> {{ 'mma.mod_chat.currentusers' | translate }}</ h1 >
44 < button class ="button button-icon ion-close-round " ng-click ="closeModal() " aria-label ="{{ 'mm.core.close' | translate }} "> </ button >
55 </ ion-header-bar >
6- < ion-content padding =" true " >
6+ < ion-content >
77 < mm-loading hide-until ="usersLoaded ">
88 < ul class ="list ">
9- < li ng-repeat ="user in chatUsers " class ="card ">
9+ < li ng-repeat ="user in chatUsers " class ="item-complex ">
1010 < div class ="item item-avatar ">
1111 < img ng-src ="{{user.profileimageurl}} " alt ="{{ 'mm.core.pictureof' | translate:{$a: user.fullname} }} " mm-external-content >
1212 < mm-format-text > {{user.fullname}}</ mm-format-text >
13- </ div >
14- < div class ="item tabs tabs-secondary tabs-icon-left " ng-if =" currentUserId != user.id && !isAppOffline( ) ">
15- < a class ="tab-item " ng-click =" talkTo(user.fullname) " >
16- < i class =" icon ion-chatbox " > </ i >
17- {{ 'mma.mod_chat.talk' | translate}}
18- </ a >
19- < a class ="tab-item " ng-click =" beepTo(user.id) " >
20- < i class =" icon ion-ios-bell " > </ i >
21- {{ 'mma.mod_chat.beep' | translate}}
22- </ a >
13+ < div class =" item tabs tabs-secondary tabs-icon-left " ng-if =" currentUserId != user.id && !isAppOffline() " >
14+ < a class ="tab-item " ng-click =" talkTo( user.fullname ) ">
15+ < i class ="icon ion-chatbox " > </ i >
16+ {{ 'mma.mod_chat.talk' | translate}}
17+ </ a >
18+ < a class =" tab-item " ng-click =" beepTo(user.id) " >
19+ < i class ="icon ion-ios-bell " > </ i >
20+ {{ 'mma.mod_chat.beep' | translate}}
21+ </ a >
22+ </ div >
2323 </ div >
2424 </ li >
2525 </ ul >
You can’t perform that action at this time.
0 commit comments