2021-05-25 10:02:33 +02:00
|
|
|
@import "~theme/components/discussion.scss";
|
2021-05-21 11:17:27 +02:00
|
|
|
@import "~theme/globals.scss";
|
|
|
|
|
2021-01-22 17:06:30 +01:00
|
|
|
:host {
|
|
|
|
|
|
|
|
.addon-messages-unreadfrom {
|
2021-05-07 10:31:06 +02:00
|
|
|
color: var(--ion-color-primary);
|
2021-01-22 17:06:30 +01:00
|
|
|
background-color: transparent;
|
|
|
|
margin-top: 6px;
|
2021-05-14 14:14:52 +02:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2021-01-22 17:06:30 +01:00
|
|
|
ion-icon {
|
2021-05-07 10:31:06 +02:00
|
|
|
color: var(--ion-color-primary);
|
2021-01-22 17:06:30 +01:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-05-25 10:02:33 +02:00
|
|
|
.has-fab .scroll-content {
|
2021-01-22 17:06:30 +01:00
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ion-fab ion-fab-button {
|
|
|
|
&::part(native) {
|
|
|
|
contain: unset;
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
.core-discussion-messages-badge {
|
|
|
|
position: absolute;
|
|
|
|
border-radius: 50%;
|
|
|
|
color: var(--addon-messages-discussion-badge-text);
|
|
|
|
background-color: var(--addon-messages-discussion-badge);
|
|
|
|
display: block;
|
|
|
|
line-height: 20px;
|
|
|
|
height: 20px;
|
|
|
|
width: 20px;
|
2021-05-21 11:17:27 +02:00
|
|
|
@include position(-6px, -6px, null, null);
|
2021-01-22 17:06:30 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-05-21 11:17:27 +02:00
|
|
|
ion-header ion-toolbar h1 {
|
2021-01-22 17:06:30 +01:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
.core-bar-button-image {
|
2021-05-21 11:17:27 +02:00
|
|
|
@include margin-horizontal(null, 6px);
|
2021-01-22 17:06:30 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
core-format-text {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
flex-shrink: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
ion-icon {
|
2021-05-21 11:17:27 +02:00
|
|
|
@include margin-horizontal(6px, null);
|
2021-01-22 17:06:30 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
:host-context(.ios) {
|
2021-05-21 11:17:27 +02:00
|
|
|
ion-header ion-toolbar h1 {
|
2021-01-22 17:06:30 +01:00
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
}
|