Make files & voice memos in bubble layout match colouring (#7457)

pull/21833/head
Michael Telatynski 2022-01-11 16:04:39 +00:00 committed by GitHub
parent f620cf9d0e
commit beac9563d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -95,6 +95,11 @@ limitations under the License.
z-index: 9; // above the avatar
}
.mx_MediaBody {
// leave space for the timestamp
padding-right: 48px;
}
&[data-self=false] {
.mx_EventTile_line {
border-bottom-right-radius: var(--cornerRadius);
@ -147,6 +152,10 @@ limitations under the License.
right: -35px;
}
.mx_MediaBody {
background: $eventbubble-self-bg;
}
--backgroundColor: $eventbubble-self-bg;
}