mirror of https://github.com/vector-im/riot-web
Make files & voice memos in bubble layout match colouring (#7457)
parent
f620cf9d0e
commit
beac9563d6
|
@ -95,6 +95,11 @@ limitations under the License.
|
||||||
z-index: 9; // above the avatar
|
z-index: 9; // above the avatar
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_MediaBody {
|
||||||
|
// leave space for the timestamp
|
||||||
|
padding-right: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
&[data-self=false] {
|
&[data-self=false] {
|
||||||
.mx_EventTile_line {
|
.mx_EventTile_line {
|
||||||
border-bottom-right-radius: var(--cornerRadius);
|
border-bottom-right-radius: var(--cornerRadius);
|
||||||
|
@ -147,6 +152,10 @@ limitations under the License.
|
||||||
right: -35px;
|
right: -35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_MediaBody {
|
||||||
|
background: $eventbubble-self-bg;
|
||||||
|
}
|
||||||
|
|
||||||
--backgroundColor: $eventbubble-self-bg;
|
--backgroundColor: $eventbubble-self-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue