Skip to content

Commit 0db667e

Browse files
luixxiulJanBurp
authored andcommitted
Adjust message timestamp position on TimelineCard in non-bubble layouts (matrix-org#8745)
1 parent d9d5981 commit 0db667e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

res/css/views/right_panel/_TimelineCard.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ limitations under the License.
8787

8888
.mx_MessageTimestamp {
8989
position: absolute; // for modern layout and IRC layout
90-
right: -4px;
91-
left: auto;
90+
inset-inline-start: auto;
91+
inset-inline-end: 0;
9292
}
9393

9494
.mx_EventTile_msgOption {

0 commit comments

Comments
 (0)