message-view: Align controls and timestamps to the right on mobile.

Aligning timestamps/controls to the right instead of their original
position on the left increases visual consistensy. Fixes #8110.
This commit is contained in:
Cynthia Lin 2018-01-27 18:30:43 -08:00 committed by Tim Abbott
parent 675e844e6b
commit af8271ad0f
1 changed files with 2 additions and 6 deletions

View File

@ -275,10 +275,6 @@
z-index: 10;
}
.selected_message .message_controls {
right: -10px;
}
.include-sender .message_controls {
background: none !important;
padding: none !important;
@ -286,12 +282,12 @@
top: -3px;
}
.include-sender .message_time {
.message_time {
left: auto;
right: -5px;
}
.include-sender .message_controls {
.message_controls {
right: 40px;
}