2022-03-16 14:17:09 +00:00
|
|
|
@import "~theme/globals";
|
|
|
|
|
2021-01-18 15:40:34 +00:00
|
|
|
:host {
|
|
|
|
.addon-messages-conversation-item,
|
|
|
|
.addon-message-discussion {
|
2021-05-14 12:14:52 +00:00
|
|
|
ion-label {
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
2021-05-20 07:56:54 +00:00
|
|
|
.item-heading {
|
2021-01-18 15:40:34 +00:00
|
|
|
core-format-text {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
ion-icon {
|
2022-03-16 14:17:09 +00:00
|
|
|
@include margin-horizontal(2px, null);
|
2021-01-18 15:40:34 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-03-09 10:22:21 +00:00
|
|
|
ion-note {
|
2021-05-14 12:14:52 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-self: flex-start;
|
2022-03-16 14:17:09 +00:00
|
|
|
@include margin-horizontal(2px, null);
|
2021-05-14 12:14:52 +00:00
|
|
|
|
|
|
|
ion-badge, ion-icon {
|
|
|
|
margin-top: 3px;
|
|
|
|
align-self: flex-end;
|
|
|
|
}
|
|
|
|
.addon-message-last-message-date {
|
|
|
|
white-space: nowrap;
|
|
|
|
font-size: 11px;
|
2021-03-09 10:22:21 +00:00
|
|
|
}
|
2021-01-18 15:40:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.addon-message-last-message {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.addon-message-last-message-user {
|
|
|
|
white-space: nowrap;
|
|
|
|
color: var(--ion-text-color);
|
2022-03-16 14:17:09 +00:00
|
|
|
@include margin-horizontal(null, 2px);
|
2021-01-18 15:40:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.addon-message-last-message-text {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
flex-shrink: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.addon-message-discussion {
|
2021-05-20 07:56:54 +00:00
|
|
|
.item-heading {
|
2021-01-18 15:40:34 +00:00
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
}
|
2021-03-09 10:22:21 +00:00
|
|
|
|
|
|
|
ion-item-divider ion-badge {
|
|
|
|
margin-left: 16px;
|
|
|
|
margin-right: 16px;
|
|
|
|
}
|
2021-01-18 15:40:34 +00:00
|
|
|
}
|