mirror of https://github.com/vector-im/riot-web
Align input area with event body's first letter in a thread on IRC/modern layout (#8636)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>pull/28788/head^2
parent
60cd740b66
commit
30b03776b8
|
@ -881,6 +881,12 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
|
||||||
.mx_EventTile_line {
|
.mx_EventTile_line {
|
||||||
padding-top: var(--BaseCard_EventTile_line-padding-block);
|
padding-top: var(--BaseCard_EventTile_line-padding-block);
|
||||||
padding-bottom: var(--BaseCard_EventTile_line-padding-block);
|
padding-bottom: var(--BaseCard_EventTile_line-padding-block);
|
||||||
|
|
||||||
|
.mx_EventTile_content {
|
||||||
|
&.mx_EditMessageComposer {
|
||||||
|
padding-inline-start: 0; // align start of first letter with that of the event body
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -978,8 +984,4 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
|
||||||
.mx_MessageComposer_sendMessage {
|
.mx_MessageComposer_sendMessage {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EditMessageComposer {
|
|
||||||
margin-left: 30px !important; // align start of first letter with that of the event body
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue