mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
actions: Open the popover on more specific elements
Now if you click the timestamp, the popover appears near there, rather than in the middle of the message. (imported from commit 285a71fddd5b6d9ac86511e5fe41c811d2663342)
This commit is contained in:
parent
fe6a9b09ce
commit
fb3a32f8f0
@ -55,12 +55,12 @@
|
||||
<td class="messagebox{{^include_sender}} prev_is_same_sender{{/include_sender}}{{^is_stream}} private-message{{/is_stream}}">
|
||||
<div class="message_top_line actions_hover">
|
||||
{{#include_sender}}
|
||||
<span class="message_sender">
|
||||
<span class="message_sender actions_hover">
|
||||
<img class="inline_profile_picture message_body_gravatar img-rounded" src="https://secure.gravatar.com/avatar/{{gravatar_hash}}?d=identicon&s=30?stamp={{stamp}}"/>
|
||||
<span class="sender_name">{{sender_full_name}}</span>
|
||||
</span>
|
||||
{{/include_sender}}
|
||||
<div class="message_right">
|
||||
<div class="message_right actions_hover">
|
||||
{{! If include_sender is not set, we will never show this link anyway. }}
|
||||
{{#include_sender}}<span class="actions_link">« Info</span>{{/include_sender}}
|
||||
<span class="message_time"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user