mirror of https://github.com/zulip/zulip.git
Only display email on the selected zephyr
(imported from commit fc0ca119abaf31f74e7ad384c6821bfeaedaae87)
This commit is contained in:
parent
ea42342031
commit
afa608fad8
|
@ -77,6 +77,11 @@ span.zephyr_sender_name {
|
|||
|
||||
span.zephyr_sender_email {
|
||||
font-size: 80%;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.selected_zephyr span.zephyr_sender_email {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
span.zephyr_sender_username {
|
||||
|
|
Loading…
Reference in New Issue