mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Align EventTile_line with display name on message bubble (#8692)
This commit is contained in:
parent
249d52c6f3
commit
dbd9911fe7
@ -111,8 +111,10 @@ limitations under the License.
|
||||
|
||||
.mx_DisambiguatedProfile,
|
||||
.mx_EventTile_line {
|
||||
--EventBubbleTile_line-max-width: 70%;
|
||||
|
||||
width: fit-content;
|
||||
max-width: var(--EventBubbleTile_line-max-width);
|
||||
max-width: var(--EventBubbleTile_line-max-width); // Align message bubble and displayName
|
||||
line-height: $font-18px; // fixed line height to prevent emoji from being taller than text
|
||||
}
|
||||
|
||||
@ -264,7 +266,6 @@ limitations under the License.
|
||||
|
||||
.mx_EventTile_line {
|
||||
--EventBubbleTile_line-margin-inline-end: -12px;
|
||||
--EventBubbleTile_line-max-width: 70%;
|
||||
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user