2022-03-01 14:38:22 +00:00
|
|
|
:host-context(.ios) {
|
|
|
|
ion-footer .toolbar:last-child {
|
|
|
|
padding-bottom: 4px;
|
2024-04-25 08:15:42 +00:00
|
|
|
min-height: 0px;
|
2021-05-25 08:02:33 +00:00
|
|
|
}
|
2022-03-01 14:38:22 +00:00
|
|
|
}
|
2021-05-25 08:02:33 +00:00
|
|
|
|
2022-03-01 14:38:22 +00:00
|
|
|
ion-content {
|
|
|
|
--content-background: var(--background-alternative);
|
|
|
|
--background: var(--content-background);
|
2021-05-25 08:02:33 +00:00
|
|
|
|
2022-03-01 14:38:22 +00:00
|
|
|
&::part(scroll) {
|
2024-04-25 08:15:42 +00:00
|
|
|
padding-bottom: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
core-empty-box {
|
|
|
|
--core-empty-box-icon-color: var(--dark);
|
2021-05-25 08:02:33 +00:00
|
|
|
}
|
2022-03-01 14:38:22 +00:00
|
|
|
}
|
2021-05-25 08:02:33 +00:00
|
|
|
|
2022-03-01 14:38:22 +00:00
|
|
|
.addon-messages-discussion-container {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
padding-bottom: 16px !important;
|
|
|
|
background: var(--content-background);
|
|
|
|
}
|
2021-05-25 08:02:33 +00:00
|
|
|
|
2022-03-01 14:38:22 +00:00
|
|
|
.addon-messages-date {
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
}
|