mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
fix model position
This commit is contained in:
@@ -567,7 +567,7 @@ export class GroupMessagesPage implements OnInit, OnChanges, AfterViewInit, OnDe
|
||||
enterAnimation,
|
||||
leaveAnimation,
|
||||
component: ChatPopoverPage,
|
||||
cssClass: 'model profile-modal search-submodal',
|
||||
cssClass: 'model profile-modal search-submodal chat-aside',
|
||||
componentProps: {
|
||||
roomId: this.roomId,
|
||||
members: this.members,
|
||||
|
||||
@@ -946,3 +946,9 @@ body {
|
||||
.font-awesome-1 {
|
||||
color: var(--font-awesome-1) !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.chat-aside {
|
||||
top: -31px;
|
||||
}
|
||||
Reference in New Issue
Block a user