mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Move mx_ThreadSummary style block out of mx_GenericEventListSummary on TimelineCard (#8938)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
a5871206fa
commit
3329b35bd0
@ -32,6 +32,22 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_EventTile {
|
||||
.mx_ThreadSummary {
|
||||
position: relative;
|
||||
padding-right: 11px;
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: -16px;
|
||||
height: 1px;
|
||||
width: 100%;
|
||||
border-bottom: 1px solid $message-action-bar-border-color;
|
||||
}
|
||||
}
|
||||
|
||||
&[data-layout=irc],
|
||||
&[data-layout=group] {
|
||||
&.mx_EventTile_info .mx_EventTile_line,
|
||||
@ -109,25 +125,6 @@ limitations under the License.
|
||||
}
|
||||
}
|
||||
|
||||
.mx_EventTile,
|
||||
.mx_GenericEventListSummary {
|
||||
.mx_ThreadSummary {
|
||||
position: relative;
|
||||
padding-right: 11px;
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: -16px;
|
||||
height: 1px;
|
||||
width: 100%;
|
||||
border-bottom: 1px solid $message-action-bar-border-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mx_CallEvent_wrapper {
|
||||
justify-content: center;
|
||||
margin: auto 5px;
|
||||
|
Loading…
Reference in New Issue
Block a user