Improve look of call events in bubble layout (#7445)
This commit is contained in:
parent
ec02f82416
commit
3ca84fcd25
1 changed files with 13 additions and 1 deletions
|
@ -100,6 +100,14 @@ limitations under the License.
|
||||||
padding-right: 48px;
|
padding-right: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_CallEvent {
|
||||||
|
background-color: unset;
|
||||||
|
|
||||||
|
border-style: solid;
|
||||||
|
border-width: 1px;
|
||||||
|
border-color: $quinary-content;
|
||||||
|
}
|
||||||
|
|
||||||
&[data-self=false] {
|
&[data-self=false] {
|
||||||
.mx_EventTile_line {
|
.mx_EventTile_line {
|
||||||
border-bottom-right-radius: var(--cornerRadius);
|
border-bottom-right-radius: var(--cornerRadius);
|
||||||
|
@ -323,6 +331,10 @@ limitations under the License.
|
||||||
.mx_MTextBody {
|
.mx_MTextBody {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_CallEvent_wrapper {
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile.mx_EventTile_noBubble[data-layout=bubble] {
|
.mx_EventTile.mx_EventTile_noBubble[data-layout=bubble] {
|
||||||
|
@ -362,7 +374,7 @@ limitations under the License.
|
||||||
// Align timestamps with those of normal bubble tiles
|
// Align timestamps with those of normal bubble tiles
|
||||||
right: auto;
|
right: auto;
|
||||||
top: -11px;
|
top: -11px;
|
||||||
left: -95px;
|
left: -77px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue