mirror of https://github.com/zulip/zulip.git
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:
parent
675e844e6b
commit
af8271ad0f
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue