mirror of https://github.com/vector-im/riot-web
Set the same margin to the right of NewRoomIntro on TimelineCard (#8453)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>pull/28217/head
parent
765a715fce
commit
a01d73ca8b
|
@ -43,7 +43,8 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_NewRoomIntro {
|
||||
margin-left: 36px;
|
||||
margin-inline-start: 36px; // TODO: Use a variable
|
||||
margin-inline-end: 36px; // TODO: Use a variable
|
||||
}
|
||||
|
||||
.mx_EventTile_content {
|
||||
|
|
Loading…
Reference in New Issue