mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-22 06:51:21 +02:00
Make files & voice memos in bubble layout match colouring (#7457)
This commit is contained in:
parent
f620cf9d0e
commit
beac9563d6
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user