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

Commit beac956

Browse files
authored
Make files & voice memos in bubble layout match colouring (#7457)
1 parent f620cf9 commit beac956

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

res/css/views/rooms/_EventBubbleTile.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ limitations under the License.
9595
z-index: 9; // above the avatar
9696
}
9797

98+
.mx_MediaBody {
99+
// leave space for the timestamp
100+
padding-right: 48px;
101+
}
102+
98103
&[data-self=false] {
99104
.mx_EventTile_line {
100105
border-bottom-right-radius: var(--cornerRadius);
@@ -147,6 +152,10 @@ limitations under the License.
147152
right: -35px;
148153
}
149154

155+
.mx_MediaBody {
156+
background: $eventbubble-self-bg;
157+
}
158+
150159
--backgroundColor: $eventbubble-self-bg;
151160
}
152161

0 commit comments

Comments
 (0)