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
Move mx_EventTile_e2eIcon style out of mx_EventTile:not([data-layout=bubble]) (#8895)
This commit is contained in:
@@ -79,6 +79,10 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
|
|||||||
|
|
||||||
&[data-layout=irc],
|
&[data-layout=irc],
|
||||||
&[data-layout=group] {
|
&[data-layout=group] {
|
||||||
|
.mx_EventTile_e2eIcon {
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_MImageBody {
|
.mx_MImageBody {
|
||||||
margin-right: 34px;
|
margin-right: 34px;
|
||||||
}
|
}
|
||||||
@@ -112,6 +116,10 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
|
|||||||
line-height: $font-22px;
|
line-height: $font-22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_EventTile_e2eIcon {
|
||||||
|
inset: 6px 0 0 44px;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_ThreadSummary,
|
.mx_ThreadSummary,
|
||||||
.mx_ThreadSummaryIcon {
|
.mx_ThreadSummaryIcon {
|
||||||
margin-left: $left-gutter;
|
margin-left: $left-gutter;
|
||||||
@@ -295,14 +303,6 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
|
|||||||
min-width: $font-44px;
|
min-width: $font-44px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_e2eIcon {
|
|
||||||
position: absolute;
|
|
||||||
top: 6px;
|
|
||||||
left: 44px;
|
|
||||||
bottom: 0;
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GenericEventListSummary:not([data-layout=bubble]) {
|
.mx_GenericEventListSummary:not([data-layout=bubble]) {
|
||||||
|
@@ -80,12 +80,7 @@ $irc-line-height: $font-18px;
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .mx_EventTile_e2eIcon {
|
.mx_EventTile_e2eIcon {
|
||||||
position: absolute;
|
|
||||||
right: unset;
|
|
||||||
left: unset;
|
|
||||||
top: 0;
|
|
||||||
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
Reference in New Issue
Block a user