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