Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 3ca84fc

Browse files
Improve look of call events in bubble layout (#7445)
1 parent ec02f82 commit 3ca84fc

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

res/css/views/rooms/_EventBubbleTile.scss

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,14 @@ limitations under the License.
100100
padding-right: 48px;
101101
}
102102

103+
.mx_CallEvent {
104+
background-color: unset;
105+
106+
border-style: solid;
107+
border-width: 1px;
108+
border-color: $quinary-content;
109+
}
110+
103111
&[data-self=false] {
104112
.mx_EventTile_line {
105113
border-bottom-right-radius: var(--cornerRadius);
@@ -323,6 +331,10 @@ limitations under the License.
323331
.mx_MTextBody {
324332
max-width: 100%;
325333
}
334+
335+
.mx_CallEvent_wrapper {
336+
justify-content: center;
337+
}
326338
}
327339

328340
.mx_EventTile.mx_EventTile_noBubble[data-layout=bubble] {
@@ -362,7 +374,7 @@ limitations under the License.
362374
// Align timestamps with those of normal bubble tiles
363375
right: auto;
364376
top: -11px;
365-
left: -95px;
377+
left: -77px;
366378
}
367379
}
368380

0 commit comments

Comments
 (0)