Merge commit 'f16f8b51b863d3fcadd17753004adbf8962ead01' into glitch-soc/merge-upstream

Conflicts:
- `yarn.lock`:
  Upstream updated a dependency adjacent to one that is only in glitch-soc.
  Updated as upstream did.
This commit is contained in:
Claire
2025-08-19 18:42:01 +02:00
39 changed files with 278 additions and 152 deletions

View File

@@ -656,19 +656,12 @@ body > [data-popper-placement] {
background: url('@/images/warning-stripes.svg') repeat-y;
width: 5px;
flex: 0 0 auto;
&:first-child {
border-start-start-radius: 4px;
}
&:last-child {
border-start-end-radius: 4px;
}
}
.autosuggest-input {
flex: 1 1 auto;
border-bottom: 1px solid var(--background-border-color);
border: 1px solid var(--background-border-color);
border-width: 1px 0;
}
}
@@ -946,6 +939,24 @@ body > [data-popper-placement] {
}
}
}
.status__quote {
margin: 0 8px;
max-height: 220px;
overflow: hidden;
// Override .status__content .status__content__text.status__content__text--visible
.status__content__text.status__content__text {
display: -webkit-box;
}
.status__content__text {
-webkit-line-clamp: 4;
line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
}
}
.dropdown-button {
@@ -1583,6 +1594,7 @@ body > [data-popper-placement] {
align-items: center;
gap: 10px;
overflow: hidden;
flex-grow: 1;
.display-name {
bdi {
@@ -1599,6 +1611,11 @@ body > [data-popper-placement] {
}
}
.status__quote-cancel {
align-self: self-start;
order: 5;
}
.status__info {
font-size: 15px;
padding-bottom: 10px;