mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
Maximize width value of display name on TimelineCard with IRC/modern layout (#8904)
* Set 100% max-width to mx_DisambiguatedProfile on TimelineCard Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Unset the max-width value inside ReplyTile Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
5538161acd
commit
a9a97d1be3
1 changed files with 5 additions and 0 deletions
|
@ -49,8 +49,13 @@ limitations under the License.
|
|||
margin-inline-start: var(--BaseCard_EventTile-spacing-inline);
|
||||
}
|
||||
|
||||
.mx_DisambiguatedProfile {
|
||||
max-width: calc(100% - var(--BaseCard_EventTile-spacing-inline)); // instead of $left-gutter
|
||||
}
|
||||
|
||||
.mx_ReplyTile .mx_DisambiguatedProfile {
|
||||
margin-inline-start: 0;
|
||||
max-width: unset;
|
||||
}
|
||||
|
||||
.mx_ReactionsRow {
|
||||
|
|
Loading…
Reference in a new issue