Make files & voice memos in bubble layout match colouring (#7457)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user