Fix alignment of timestamps in bubble layout (#7535)
This commit is contained in:
@@ -184,7 +184,7 @@ limitations under the License.
|
|||||||
border-top-left-radius: var(--cornerRadius);
|
border-top-left-radius: var(--cornerRadius);
|
||||||
border-top-right-radius: var(--cornerRadius);
|
border-top-right-radius: var(--cornerRadius);
|
||||||
|
|
||||||
> a, .mx_MessageTimestamp {
|
> a { // timestamp wrapper anchor
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
@@ -406,12 +406,15 @@ limitations under the License.
|
|||||||
margin-left: 9px;
|
margin-left: 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_line > a,
|
.mx_EventTile_line > a { // timestamp wrapper anchor
|
||||||
.mx_EventTile_line .mx_MessageTimestamp {
|
|
||||||
// Align timestamps with those of normal bubble tiles
|
|
||||||
right: auto;
|
right: auto;
|
||||||
top: -11px;
|
|
||||||
left: -77px;
|
left: -77px;
|
||||||
|
bottom: unset;
|
||||||
|
align-self: center;
|
||||||
|
|
||||||
|
.mx_MessageTimestamp {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user