You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
Fix edge case around event list summary layout (#7867)
This commit is contained in:
committed by
GitHub
parent
5b8d440406
commit
e644ede09e
@@ -19,7 +19,6 @@ limitations under the License.
|
|||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
font-size: $font-12px;
|
font-size: $font-12px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left: 20px;
|
|
||||||
|
|
||||||
pre, code {
|
pre, code {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
@@ -280,6 +280,12 @@ $left-gutter: 64px;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_EventTile:not([data-layout=bubble]).mx_EventTile_info .mx_EventTile_line,
|
||||||
|
.mx_GenericEventListSummary:not([data-layout=bubble]) > ol > .mx_EventTile_info .mx_EventTile_avatar ~ .mx_EventTile_line {
|
||||||
|
padding-left: calc($left-gutter + 20px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_EventTile:not([data-layout=bubble]).mx_EventTile_info .mx_EventTile_line,
|
||||||
.mx_GenericEventListSummary:not([data-layout=bubble]) .mx_EventTile_line {
|
.mx_GenericEventListSummary:not([data-layout=bubble]) .mx_EventTile_line {
|
||||||
padding-left: $left-gutter;
|
padding-left: $left-gutter;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user