File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -43,4 +43,13 @@ $mma-chat-notice-badge: "stable" !default;
4343 border : 0 ;
4444 }
4545 }
46+
47+ .button-bar {
48+ padding : 0 ;
49+ border : 0 ;
50+
51+ .button {
52+ border : 0 ;
53+ }
54+ }
4655}
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ <h1 class="title">{{ 'mma.mod_chat.currentusers' | translate }}</h1>
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 class ="item tabs tabs-secondary tabs-icon-left " ng-if ="currentUserId != user.id && !isAppOffline() ">
14- < a class ="tab-item " ng-click ="talkTo(user.fullname) ">
13+ < div class ="item button-bar " ng-if ="currentUserId != user.id && !isAppOffline() ">
14+ < a class ="button button-icon-left " ng-click ="talkTo(user.fullname) ">
1515 < i class ="icon ion-chatbox "> </ i >
1616 {{ 'mma.mod_chat.talk' | translate}}
1717 </ a >
18- < a class ="tab-item " ng-click ="beepTo(user.id) ">
18+ < a class ="button button-icon-left " ng-click ="beepTo(user.id) ">
1919 < i class ="icon ion-ios-bell "> </ i >
2020 {{ 'mma.mod_chat.beep' | translate}}
2121 </ a >
You can’t perform that action at this time.
0 commit comments