2
0

Composer Quote UI (#35805)

Co-authored-by: diondiondion <mail@diondiondion.com>
This commit is contained in:
Echo
2025-08-18 18:52:28 +02:00
committed by GitHub
parent 28bf811a07
commit d4b2e7f771
12 changed files with 107 additions and 10 deletions

View File

@@ -946,6 +946,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 +1601,7 @@ body > [data-popper-placement] {
align-items: center;
gap: 10px;
overflow: hidden;
flex-grow: 1;
.display-name {
bdi {
@@ -1599,6 +1618,11 @@ body > [data-popper-placement] {
}
}
.status__quote-cancel {
align-self: self-start;
order: 5;
}
.status__info {
font-size: 15px;
padding-bottom: 10px;